Skip to content

Commit

Permalink
fix: deselect after deleting selected files
Browse files Browse the repository at this point in the history
  • Loading branch information
ZebraVogel94349 authored and adil192 committed Dec 17, 2023
1 parent 0751b5a commit cb0264a
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 cb0264a

Please sign in to comment.