mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
fixes
This commit is contained in:
@@ -71,7 +71,10 @@ class NoteDetailCode {
|
||||
|
||||
show() {
|
||||
this.$component.show();
|
||||
this.codeEditor.refresh();
|
||||
|
||||
if (this.codeEditor) { // show can be called before render
|
||||
this.codeEditor.refresh();
|
||||
}
|
||||
}
|
||||
|
||||
getContent() {
|
||||
|
||||
Reference in New Issue
Block a user