mirror of
https://github.com/heyman/heynote.git
synced 2025-06-27 04:51:50 +02:00
Fix issue when changing settings if the existing settings file doesn't have the keyBindings key
This commit is contained in:
parent
748f4d30bc
commit
c719f26aeb
@ -33,7 +33,7 @@
|
||||
{ name: "Emacs", value: "emacs" },
|
||||
],
|
||||
keymap: this.initialSettings.keymap,
|
||||
keyBindings: this.initialSettings.keyBindings,
|
||||
keyBindings: this.initialSettings.keyBindings || [],
|
||||
metaKey: this.initialSettings.emacsMetaKey,
|
||||
isMac: window.heynote.platform.isMac,
|
||||
showLineNumberGutter: this.initialSettings.showLineNumberGutter,
|
||||
|
Loading…
x
Reference in New Issue
Block a user