diff --git a/interface/app/$libraryId/Explorer/View/Grid/Item.tsx b/interface/app/$libraryId/Explorer/View/Grid/Item.tsx index aad04c1f7..a4bef5a69 100644 --- a/interface/app/$libraryId/Explorer/View/Grid/Item.tsx +++ b/interface/app/$libraryId/Explorer/View/Grid/Item.tsx @@ -50,8 +50,8 @@ export const GridItem = ({ children, item, index, ...props }: Props) => { // Prevent explorer view onMouseDown event from // being executed and resetting the selection onMouseDown={(e) => { - if (os === 'browser') return; e.stopPropagation(); + if (os === 'browser') return; if (e.buttons === 8 || e.buttons === 3) { if (!canGoBack) return; navigate(-1);