mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
Forced to trigger search after compositionend
This commit is contained in:
parent
30056e7ffe
commit
cc87ff44a5
@ -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);
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user