From 57f5620c9338d59b380a7bcca74f1c3ac1d4c74f Mon Sep 17 00:00:00 2001 From: penghaifeng Date: Thu, 4 Apr 2019 12:25:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=90=9C=E7=B4=A2=E4=BD=93?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.js | 4 ++++ src/manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index bce3929..edb6d26 100644 --- a/src/index.js +++ b/src/index.js @@ -174,6 +174,10 @@ function initSearch(){ doSearch(this.value); return; } + if(e.keyCode == 27){ + //ESC + return; + } if(e.keyCode == 38){ //up arrow return; diff --git a/src/manifest.json b/src/manifest.json index f914d59..48814ac 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_pluginName__", "short_name": "__MSG_shortName__", - "version": "1.0.8", + "version": "1.0.9", "description": "__MSG_pluginDesc__", "icons": {