improve option interactable detect (#2111)
This commit is contained in:
@@ -770,6 +770,11 @@ function isInteractable(element, hoverStylesMap) {
|
|||||||
if (hasASPClientControl() && tagName === "tr") {
|
if (hasASPClientControl() && tagName === "tr") {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (tagName === "div" && element.hasAttribute("data-selectable")) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user