mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fix saving search note content #304
This commit is contained in:
		| @@ -4,7 +4,7 @@ const $searchString = $("#search-string"); | ||||
| const $component = $('#note-detail-search'); | ||||
|  | ||||
| function getContent() { | ||||
|     JSON.stringify({ | ||||
|     return JSON.stringify({ | ||||
|         searchString: $searchString.val() | ||||
|     }); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user