Skip to content

Commit

Permalink
fix(browse): deselect after deleting selected files (#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZebraVogel94349 authored Dec 17, 2023
1 parent 0751b5a commit 1d7683d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pages/home/browse.dart
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ class _BrowsePageState extends State<BrowsePage> {
? Editor.extensionOldJson
: Editor.extension))),
]);
selectedFiles.value = [];
},
icon: const Icon(Icons.delete_forever),
),
Expand Down

0 comments on commit 1d7683d

Please sign in to comment.