Skip to content

Commit dd2ed32

Browse files
mofojeddgodinez-dh
andauthored
fix: DH-19963: Remove grid-block-events when Grid unmounts (deephaven#2507) (deephaven#2508)
Fix for https://deephaven.atlassian.net/browse/DH-19963 Co-authored-by: dgodinez-dh <[email protected]>
1 parent a1644e7 commit dd2ed32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/grid/src/Grid.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,8 @@ class Grid extends PureComponent<GridProps, GridState> {
605605
this.resizeObserver.disconnect();
606606

607607
this.stopDragTimer();
608+
609+
this.removeDocumentCursor();
608610
}
609611

610612
getTheme(): GridThemeType {

0 commit comments

Comments
 (0)