diff --git a/src/components/App.tsx b/src/components/App.tsx index 4dff0025..7736c349 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -1086,7 +1086,7 @@ class App extends React.Component { cursor: CURSOR_TYPE.MOVE, pointerEvents: this.state.viewModeEnabled ? POINTER_EVENTS.disabled - : POINTER_EVENTS.inheritFromUI, + : POINTER_EVENTS.enabled, }} onPointerDown={(event) => this.handleCanvasPointerDown(event)} onWheel={(event) => this.handleWheel(event)}