We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e8ddc commit 073268aCopy full SHA for 073268a
src/kendo.popup.js
@@ -480,7 +480,7 @@ export const __meta__ = {
480
that._resizeTimeout = null;
481
}, 50);
482
} else {
483
- if (!that._hovered || (that._activated && that.element.find(".k-list").length > 0)) {
+ if (!that._hovered || (that._activated && that.element.find(".k-list:visible").length > 0)) {
484
that.close();
485
}
486
0 commit comments