reuse Form method
This commit is contained in:
+1
-2
@@ -910,9 +910,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
_clearPreview() {
|
_clearPreview() {
|
||||||
this._inputEl.value = this._inputElVal;
|
this._previewValue(this._inputElVal);
|
||||||
this._inputEl.focus();
|
this._inputEl.focus();
|
||||||
this._setBackgroundFromQuery(this._inputElVal);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
_handleKeydown(e) {
|
_handleKeydown(e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user