mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +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;
|
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);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user