Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
fix(bug): bug
Browse files Browse the repository at this point in the history
bug

fix #129
  • Loading branch information
wpxp123456 committed Oct 30, 2020
1 parent e6c30a7 commit ad73f9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controllers/menuButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down

0 comments on commit ad73f9a

Please sign in to comment.