mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +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;
|
||||
const searchString = $el.autocomplete("val") as unknown as string;
|
||||
$el.autocomplete("val", "");
|
||||
$el.setSelectedNotePath("");
|
||||
$el.autocomplete("val", searchString);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user