Skip to content

Commit c9141e0

Browse files
committed
fixup update menu header drop/fold toggle
1 parent 4f9f525 commit c9141e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/updatemenus/draw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function keyFunction(opts, i) {
139139
}
140140

141141
function areMenuButtonsDropped(gButton, menuOpts) {
142-
var droppedIndex = gButton.attr(constants.menuIndexAttrName);
142+
var droppedIndex = +gButton.attr(constants.menuIndexAttrName);
143143

144144
return droppedIndex === menuOpts._index;
145145
}

0 commit comments

Comments
 (0)