Compare commits

..

No commits in common. "main" and "v0.26.0" have entirely different histories.

View file

@ -218,10 +218,7 @@ class _FlowEditorPageState extends State<FlowEditorPage>
// change what the list must show.
if (widget.flowsDir != old.flowsDir ||
!setEquals(widget.sampleFlowNames, old.sampleFlowNames)) {
final fresh = _listFiles();
setState(() {
_files = fresh;
});
setState(() => _files = _listFiles());
}
}