From cbdc14bef3b01868646cfc7ad812fc130d20e6df Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Mon, 7 Aug 2017 22:01:31 -0700 Subject: [PATCH] reuse Form method --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index 313bb2d..1f2cdb4 100644 --- a/index.html +++ b/index.html @@ -910,9 +910,8 @@ } _clearPreview() { - this._inputEl.value = this._inputElVal; + this._previewValue(this._inputElVal); this._inputEl.focus(); - this._setBackgroundFromQuery(this._inputElVal); } _handleKeydown(e) {