mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08:00 
			
		
		
		
	fix saving search note content #304
This commit is contained in:
		
							parent
							
								
									012ba9e060
								
							
						
					
					
						commit
						05aee884b6
					
				@ -4,7 +4,7 @@ const $searchString = $("#search-string");
 | 
				
			|||||||
const $component = $('#note-detail-search');
 | 
					const $component = $('#note-detail-search');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function getContent() {
 | 
					function getContent() {
 | 
				
			||||||
    JSON.stringify({
 | 
					    return JSON.stringify({
 | 
				
			||||||
        searchString: $searchString.val()
 | 
					        searchString: $searchString.val()
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user