Merge 891d6c6b03 into 037e29a708
This commit is contained in:
commit
42d1807af4
@ -1059,6 +1059,9 @@ const handleEmptyAreaClick = (e: MouseEvent) => {
|
|||||||
|
|
||||||
if (target.closest("item") || target.closest(".item")) return;
|
if (target.closest("item") || target.closest(".item")) return;
|
||||||
|
|
||||||
|
// Do not clear selection when clicking on context menu actions
|
||||||
|
if (target.closest(".context-menu")) return;
|
||||||
|
|
||||||
fileStore.selected = [];
|
fileStore.selected = [];
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user