mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	tabs WIP
This commit is contained in:
		| @@ -45,7 +45,7 @@ class NoteDetailText { | ||||
|                     placeholder: "Type the content of your note here ..." | ||||
|                 }); | ||||
|  | ||||
|                 this.onNoteChange(noteDetailService.noteChanged); | ||||
|                 this.onNoteChange(() => this.ctx.noteChanged()); | ||||
|             } | ||||
|         } | ||||
|  | ||||
| @@ -86,7 +86,6 @@ class NoteDetailText { | ||||
|         this.textEditor.model.document.on('change:data', func); | ||||
|     } | ||||
|  | ||||
|  | ||||
|     cleanup() { | ||||
|         if (this.textEditor) { | ||||
|             this.textEditor.setData(''); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user