Browse Source

fix: remove toggleGrid shortcut

Peng Xiao 3 years ago
parent
commit
33aba405aa
1 changed files with 0 additions and 4 deletions
  1. 0 4
      tldraw/packages/core/src/lib/TLApp/TLApp.ts

+ 0 - 4
tldraw/packages/core/src/lib/TLApp/TLApp.ts

@@ -93,10 +93,6 @@ export class TLApp<
       return
     }
     const ownShortcuts: TLShortcut<S, K>[] = [
-      {
-        keys: 'mod+shift+g',
-        fn: () => this.api.toggleGrid(),
-      },
       {
         keys: 'shift+0',
         fn: () => this.api.resetZoom(),