mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	small fixes
This commit is contained in:
		| @@ -34,7 +34,7 @@ class NoteDetailSearch { | ||||
|             this.$searchString.val(''); | ||||
|         } | ||||
|  | ||||
|         this.$searchString.on('input', noteDetailService.noteChanged); | ||||
|         this.$searchString.on('input', () => this.ctx.noteChanged()); | ||||
|     } | ||||
|  | ||||
|     getContent() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user