fix context menu not opening

This commit is contained in:
Ryan Di
2025-08-01 15:52:35 +10:00
parent a7c76b9c2d
commit 96c5de385b

View File

@@ -10624,7 +10624,7 @@ class App extends React.Component<AppProps, AppState> {
event.nativeEvent.pointerType === "pen" &&
// always allow if user uses a pen secondary button
event.button !== POINTER_BUTTON.SECONDARY)) &&
this.state.activeTool.type !== "selection"
this.state.activeTool.type !== this.defaultSelectionTool
) {
return;
}