Skip to content

Commit fdc147b

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent ec6fe47 commit fdc147b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kendo.menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2277,7 +2277,7 @@ var __meta__ = { // jshint ignore:line
22772277
if (that.popup.visible()) {
22782278
if (that._triggerEvent({ item: that.element, type: CLOSE }) === false) {
22792279
that.popup.close();
2280-
DOCUMENT_ELEMENT.off(kendo.support.mousedown + NS, that._closeProxy);
2280+
DOCUMENT_ELEMENT.off(kendo.support.mousedown + NS + that._marker, that._closeProxy);
22812281
that.unbind(SELECT, that._closeTimeoutProxy);
22822282
}
22832283
}

0 commit comments

Comments
 (0)