mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 11:10:41 +01:00
tabs WIP
This commit is contained in:
@@ -42,6 +42,7 @@ class NoteContext {
|
||||
this.$childrenOverview = this.$noteTabContent.find(".children-overview");
|
||||
this.$scriptArea = this.$noteTabContent.find(".note-detail-script-area");
|
||||
this.$savedIndicator = this.$noteTabContent.find(".saved-indicator");
|
||||
this.noteChangeDisabled = false;
|
||||
this.isNoteChanged = false;
|
||||
this.components = {};
|
||||
|
||||
@@ -116,7 +117,7 @@ class NoteContext {
|
||||
}
|
||||
|
||||
noteChanged() {
|
||||
if (noteChangeDisabled) {
|
||||
if (this.noteChangeDisabled) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user