Skip to content

Commit

Permalink
Trigger update to storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
jassmith committed Feb 3, 2024
1 parent 596ab80 commit cb71db2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/data-editor/data-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@ const emptyGridSelection: GridSelection = {

const DataEditorImpl: React.ForwardRefRenderFunction<DataEditorRef, DataEditorProps> = (p, forwardedRef) => {
const [gridSelectionInner, setGridSelectionInner] = React.useState<GridSelection>(emptyGridSelection);

const [overlay, setOverlay] = React.useState<{
target: Rectangle;
content: GridCell;
Expand Down

0 comments on commit cb71db2

Please sign in to comment.