|
@@ -2735,7 +2735,8 @@ class App extends React.Component<AppProps, AppState> {
|
|
(event.button === POINTER_BUTTON.WHEEL ||
|
|
(event.button === POINTER_BUTTON.WHEEL ||
|
|
(event.button === POINTER_BUTTON.MAIN && isHoldingSpace) ||
|
|
(event.button === POINTER_BUTTON.MAIN && isHoldingSpace) ||
|
|
this.state.viewModeEnabled)
|
|
this.state.viewModeEnabled)
|
|
- )
|
|
|
|
|
|
+ ) ||
|
|
|
|
+ isTextElement(this.state.editingElement)
|
|
) {
|
|
) {
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|