mirror of
https://github.com/logseq/logseq.git
synced 2026-05-28 14:39:48 +00:00
fix: remove toggleGrid shortcut
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user