mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 02:28:57 +01:00
Removed disabling grid mode in ExcalidrawTypeWidget
This commit is contained in:
parent
b833806ec7
commit
05ed917a56
@ -166,7 +166,6 @@ export default class ExcalidrawTypeWidget extends TypeWidget {
|
|||||||
onChange: () => this.onChangeHandler(),
|
onChange: () => this.onChangeHandler(),
|
||||||
viewModeEnabled: options.is("databaseReadonly"),
|
viewModeEnabled: options.is("databaseReadonly"),
|
||||||
zenModeEnabled: false,
|
zenModeEnabled: false,
|
||||||
gridModeEnabled: false,
|
|
||||||
isCollaborating: false,
|
isCollaborating: false,
|
||||||
detectScroll: false,
|
detectScroll: false,
|
||||||
handleKeyboardGlobally: false,
|
handleKeyboardGlobally: false,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user