Skip to content

Commit

Permalink
fix: react error about deprecated findDOMNode
Browse files Browse the repository at this point in the history
  • Loading branch information
alsakhaev committed Aug 14, 2024
1 parent 0eb4b02 commit 14fd9de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ export const MultitablePanel: FC<MultitablePanelProps> = ({ eventEmitter }) => {
axis="x"
bounds="parent"
handle=".dragWrapper"
nodeRef={notchRef}
onStart={handleStartDrag}
onStop={handleStopDrag}
defaultPosition={{ x: window.innerWidth / 2 - 159, y: 0 }}
Expand Down

0 comments on commit 14fd9de

Please sign in to comment.