fix: remove toggleGrid shortcut

pull/6345/head
Peng Xiao 2022-08-11 11:42:42 +08:00
parent fefab647fd
commit 33aba405aa
1 changed files with 0 additions and 4 deletions

View File

@ -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(),