Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Maurer committed Jul 26, 2019
1 parent 491b1af commit 9439164
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ public boolean isOrHasChildOfPopup(Element element) {
if (isOverlay) {
while (element != null) {
try {
if (element.getClassName().contains("v-window")) {
if (element.hasClassName("v-window")) {
return false;
}
} catch (Exception e) {
Expand Down

0 comments on commit 9439164

Please sign in to comment.