PopoverCell: fix double causing cell to appear blank

This commit is contained in:
Sidney Alcantara
2021-10-14 16:47:18 +11:00
parent ca4402a8d4
commit 83f1451684

View File

@@ -168,6 +168,7 @@ export default function withPopoverCell(
...popoverProps?.PaperProps,
}}
onClick={(e) => e.stopPropagation()}
onDoubleClick={(e) => e.stopPropagation()}
onKeyDown={(e) => e.stopPropagation()}
>
<PopoverCellComponent