mirror of
https://github.com/quorafind/Obsidian-Float-Search.git
synced 2026-07-22 07:30:25 +00:00
chore: bump version
This commit is contained in:
parent
d8a7333d2f
commit
5be4acd2a5
1 changed files with 1 additions and 1 deletions
|
|
@ -662,7 +662,7 @@ class FloatSearchModal extends Modal {
|
|||
setTimeout(async () => {
|
||||
await this.searchLeaf.view.setState(this.state, {
|
||||
focus: true,
|
||||
});
|
||||
} as ViewStateResult);
|
||||
this.state?.current ? (this.searchLeaf.view as SearchView).searchComponent.inputEl.setSelectionRange(0, 0) : (this.searchLeaf.view as SearchView).searchComponent.inputEl.setSelectionRange(0, this.state?.query?.length);
|
||||
}, 0);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue