* fix refreshMoreMenu method not work as expected.

This commit is contained in:
Hao Sun
2021-08-25 17:46:25 +08:00
parent a4c23b29f1
commit 3d18ea5cd8
+1 -1
View File
@@ -466,7 +466,7 @@
{
var $item = $(this);
var isDivider = $item.hasClass('divider');
var height = isDivider ? 17 : ($.cookie('hideMenu') ? 44 : 40);
var height = isDivider ? 17 : itemHeight;
currentHeight += height;
if(currentHeight > maxHeight)