fix: linting editor-markdown
This commit is contained in:
parent
9f92aa4050
commit
3c27350a12
@ -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'))
|
||||||
|
Loading…
Reference in New Issue
Block a user