Commit 3c27350a authored by Nick's avatar Nick

fix: linting editor-markdown

parent 9f92aa40
...@@ -284,7 +284,6 @@ export default { ...@@ -284,7 +284,6 @@ export default {
this.activeModal = (this.activeModal === key) ? '' : key this.activeModal = (this.activeModal === key) ? '' : key
}, },
onCmReady(cm) { onCmReady(cm) {
let self = this
const keyBindings = { const keyBindings = {
'F11' (cm) { 'F11' (cm) {
cm.setOption('fullScreen', !cm.getOption('fullScreen')) cm.setOption('fullScreen', !cm.getOption('fullScreen'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment