remove global window.editor instance from demos

This commit is contained in:
Hans Pagel
2020-09-15 16:52:19 +02:00
parent f7f3d29fe5
commit a560a1bbb4
21 changed files with 0 additions and 42 deletions

View File

@@ -82,8 +82,6 @@ export default {
<p>This editor is based on Prosemirror, fully extendable and renderless. You can easily add custom nodes as Vue components.</p>
`,
})
window.editor = this.editor
},
beforeDestroy() {