Skip to content

Commit 073268a

Browse files
committed
Sync with Kendo UI Professional
1 parent d7e8ddc commit 073268a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kendo.popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ export const __meta__ = {
480480
that._resizeTimeout = null;
481481
}, 50);
482482
} else {
483-
if (!that._hovered || (that._activated && that.element.find(".k-list").length > 0)) {
483+
if (!that._hovered || (that._activated && that.element.find(".k-list:visible").length > 0)) {
484484
that.close();
485485
}
486486
}

0 commit comments

Comments
 (0)