Fix for selected tile after delete.

This commit is contained in:
Pushkar Anand 2021-03-21 20:06:40 +05:30
parent a4bbf85559
commit 6e49a7ad9e

View file

@ -570,6 +570,7 @@ export default function Gallery(props: Props) {
callback={async () => {
await deleteFiles(selected, syncWithRemote);
setDeleteConfirmView(false);
setSelected({count: 0});
}}
action={CONFIRM_ACTION.DELETE}
/>