fix: disallow create text in viewMode on mobile (#3219)
This commit is contained in:
parent
40656c70d1
commit
b50b8f7b0d
@ -1881,8 +1881,7 @@ class App extends React.Component<ExcalidrawProps, AppState> {
|
||||
}
|
||||
|
||||
resetCursor(this.canvas);
|
||||
|
||||
if (!event[KEYS.CTRL_OR_CMD]) {
|
||||
if (!event[KEYS.CTRL_OR_CMD] && !this.state.viewModeEnabled) {
|
||||
this.startTextEditing({
|
||||
sceneX,
|
||||
sceneY,
|
||||
|
Loading…
x
Reference in New Issue
Block a user