mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 14:44:43 -04:00
Fix variable exporting error
This commit is contained in:
parent
e97b609d91
commit
cc30d370f7
2 changed files with 4 additions and 3 deletions
|
@ -10,7 +10,7 @@ const jumpToAddressBarKeymapName = isMac ? 'Cmd-L' : 'Ctrl-L'
|
|||
export default class Editor {
|
||||
constructor () {
|
||||
this.editor = null
|
||||
|
||||
this.jumpToAddressBarKeymapValue = null
|
||||
this.defaultExtraKeys = {
|
||||
F10: function (cm) {
|
||||
cm.setOption('fullScreen', !cm.getOption('fullScreen'))
|
||||
|
@ -116,8 +116,6 @@ export default class Editor {
|
|||
utils.wrapTextWith(this.editor, cm, 'Backspace')
|
||||
}
|
||||
}
|
||||
|
||||
this.jumpToAddressBarKeymapValue = null
|
||||
}
|
||||
|
||||
getStatusBarTemplate (callback) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue