mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
remove extra space
This commit is contained in:
parent
2ed9c1b191
commit
238b28156a
1 changed files with 1 additions and 1 deletions
|
|
@ -935,7 +935,7 @@
|
|||
const { isKey } = this._queryParser.parse(newQuery);
|
||||
this._inputElVal = newQuery;
|
||||
this._setBackgroundFromQuery(newQuery);
|
||||
if (!newQuery || isHelp ) this.hide();
|
||||
if (!newQuery || isHelp) this.hide();
|
||||
if (isHelp) this._help.toggle();
|
||||
if (this._instantRedirect && isKey) this._submitWithValue(newQuery);
|
||||
if (this._suggester) this._suggester.suggest(newQuery);
|
||||
|
|
|
|||
Loading…
Reference in a new issue