diff --git a/apps/client/src/widgets/type_widgets/canvas.ts b/apps/client/src/widgets/type_widgets/canvas.ts index a15715c64..01bccddb3 100644 --- a/apps/client/src/widgets/type_widgets/canvas.ts +++ b/apps/client/src/widgets/type_widgets/canvas.ts @@ -166,7 +166,6 @@ export default class ExcalidrawTypeWidget extends TypeWidget { onChange: () => this.onChangeHandler(), viewModeEnabled: options.is("databaseReadonly"), zenModeEnabled: false, - gridModeEnabled: false, isCollaborating: false, detectScroll: false, handleKeyboardGlobally: false,