Compare commits
No commits in common. "main" and "v0.26.0" have entirely different histories.
1 changed files with 1 additions and 4 deletions
|
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue