fix: query issue

This commit is contained in:
quorafind 2024-01-17 14:00:10 +08:00
parent 920801bc25
commit 2ba8f05d66

View file

@ -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: {