|
@@ -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;
|
|
|
}
|