From ad73f9a679d77721d8af0a483dffe70b90e56412 Mon Sep 17 00:00:00 2001 From: wpxp123456 <2677556700@qq.com> Date: Fri, 30 Oct 2020 18:02:14 +0800 Subject: [PATCH] fix(bug): bug bug fix #129 --- src/controllers/menuButton.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/menuButton.js b/src/controllers/menuButton.js index 98df616..213e9da 100644 --- a/src/controllers/menuButton.js +++ b/src/controllers/menuButton.js @@ -2876,6 +2876,7 @@ const menuButton = { $attr.css({ "top": top, "left": left }).show(); _this.rightclickmenu = $t; } else { + clearTimeout(_this.submenuhide); _this.submenuhide = setTimeout(function () { $attr.hide(); }, 200); } }).on("mouseover mouseleave",".luckysheet-menuButton-sub", function(e){