reuse Form method

This commit is contained in:
Cade Scroggins
2017-08-07 22:01:31 -07:00
parent 5bb677b3f1
commit cbdc14bef3
+1 -2
View File
@@ -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) {