We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596ab80 commit cb71db2Copy full SHA for cb71db2
packages/core/src/data-editor/data-editor.tsx
@@ -702,6 +702,7 @@ const emptyGridSelection: GridSelection = {
702
703
const DataEditorImpl: React.ForwardRefRenderFunction<DataEditorRef, DataEditorProps> = (p, forwardedRef) => {
704
const [gridSelectionInner, setGridSelectionInner] = React.useState<GridSelection>(emptyGridSelection);
705
+
706
const [overlay, setOverlay] = React.useState<{
707
target: Rectangle;
708
content: GridCell;
0 commit comments