We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b41f6 commit 474d3ccCopy full SHA for 474d3cc
packages/excalidraw/components/App.tsx
@@ -3013,7 +3013,6 @@ class App extends React.Component<AppProps, AppState> {
3013
this.rc = null;
3014
// @ts-ignore
3015
this.excalidrawContainerRef.current = undefined;
3016
- this.nearestScrollableContainer = undefined;
3017
this.excalidrawContainerValue = { container: null, id: "unmounted" };
3018
}
3019
0 commit comments