mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
PopoverCell: fix double causing cell to appear blank
This commit is contained in:
@@ -168,6 +168,7 @@ export default function withPopoverCell(
|
||||
...popoverProps?.PaperProps,
|
||||
}}
|
||||
onClick={(e) => e.stopPropagation()}
|
||||
onDoubleClick={(e) => e.stopPropagation()}
|
||||
onKeyDown={(e) => e.stopPropagation()}
|
||||
>
|
||||
<PopoverCellComponent
|
||||
|
||||
Reference in New Issue
Block a user