extend interactable coverage (#1170)
This commit is contained in:
@@ -484,6 +484,10 @@ function isInteractable(element) {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (tagName === "span" && element.closest("div[id^='dropdown-container']")) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
if (
|
if (
|
||||||
tagName === "div" ||
|
tagName === "div" ||
|
||||||
tagName === "img" ||
|
tagName === "img" ||
|
||||||
|
|||||||
Reference in New Issue
Block a user