Skip to content

Commit 2c20ab1

Browse files
authored
fix: DH-19963: Remove grid-block-events when Grid unmounts (#2507)
Fix for https://deephaven.atlassian.net/browse/DH-19963
1 parent 6127bff commit 2c20ab1

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
@@ -637,6 +637,8 @@ class Grid extends PureComponent<GridProps, GridState> {
637637
this.resizeObserver.disconnect();
638638

639639
this.stopDragTimer();
640+
641+
this.removeDocumentCursor();
640642
}
641643

642644
getTheme(): GridThemeType {

0 commit comments

Comments
 (0)