new tab infrastructure

This commit is contained in:
zadam
2019-05-12 12:58:55 +02:00
parent 637547a3fa
commit 14c420b782
13 changed files with 90 additions and 63 deletions

View File

@@ -21,7 +21,7 @@ class NoteDetailCode {
this.$executeScriptButton.click(() => this.executeCurrentNote());
}
async show() {
async render() {
await libraryLoader.requireLibrary(libraryLoader.CODE_MIRROR);
if (!this.codeEditor) {