whitespace

This commit is contained in:
Philipp Kühn 2019-06-12 21:20:40 +02:00
parent ced397896b
commit 1bc15871d5

View File

@ -73,6 +73,7 @@ class Menu {
this.options.editor.on('focus', ({ view }) => {
this.update(view)
})
this.options.editor.on('blur', ({ event }) => {
this.hide(event)
})