From e32478c8497141dbd0c017320febbf121ee827af Mon Sep 17 00:00:00 2001 From: shaoying Date: Fri, 11 Sep 2020 08:19:15 +0800 Subject: [PATCH] opt some --- plugin/local/wiki/word.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/local/wiki/word.js b/plugin/local/wiki/word.js index 5c494cc6..5abe7199 100644 --- a/plugin/local/wiki/word.js +++ b/plugin/local/wiki/word.js @@ -41,7 +41,7 @@ Volcanos("onimport", {help: "导入数据", list: [], _init: function(can, msg, item.scrollIntoView() }}]) item.onclick = function(event) { - ui.first.scrollIntoView() + // ui.first.scrollIntoView() } }) },