mirror of
https://github.com/quorafind/Obsidian-Float-Search.git
synced 2026-07-22 07:30:25 +00:00
fix: query issue
This commit is contained in:
parent
920801bc25
commit
2ba8f05d66
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ export default class FloatSearchPlugin extends Plugin {
|
||||||
...this.state,
|
...this.state,
|
||||||
query: path.query,
|
query: path.query,
|
||||||
current: false
|
current: false
|
||||||
}, true, true));
|
}, true, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
private createCommand(options: {
|
private createCommand(options: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue