mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 04:16:17 +01:00 
			
		
		
		
	Forced to trigger search after compositionend
This commit is contained in:
		@@ -172,7 +172,6 @@ function initNoteAutocomplete($el: JQuery<HTMLElement>, options?: Options) {
 | 
				
			|||||||
        isComposingInput = false;
 | 
					        isComposingInput = false;
 | 
				
			||||||
        const searchString = $el.autocomplete("val") as unknown as string;
 | 
					        const searchString = $el.autocomplete("val") as unknown as string;
 | 
				
			||||||
        $el.autocomplete("val", "");
 | 
					        $el.autocomplete("val", "");
 | 
				
			||||||
        $el.setSelectedNotePath("");
 | 
					 | 
				
			||||||
        $el.autocomplete("val", searchString);
 | 
					        $el.autocomplete("val", searchString);
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user