mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
reuse Form method
This commit is contained in:
parent
5bb677b3f1
commit
cbdc14bef3
1 changed files with 1 additions and 2 deletions
|
|
@ -910,9 +910,8 @@
|
|||
}
|
||||
|
||||
_clearPreview() {
|
||||
this._inputEl.value = this._inputElVal;
|
||||
this._previewValue(this._inputElVal);
|
||||
this._inputEl.focus();
|
||||
this._setBackgroundFromQuery(this._inputElVal);
|
||||
}
|
||||
|
||||
_handleKeydown(e) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue