mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
new tab infrastructure
This commit is contained in:
@@ -21,7 +21,7 @@ class NoteDetailCode {
|
||||
this.$executeScriptButton.click(() => this.executeCurrentNote());
|
||||
}
|
||||
|
||||
async show() {
|
||||
async render() {
|
||||
await libraryLoader.requireLibrary(libraryLoader.CODE_MIRROR);
|
||||
|
||||
if (!this.codeEditor) {
|
||||
|
||||
Reference in New Issue
Block a user