add td interactable detecting (#1596)
This commit is contained in:
@@ -692,7 +692,8 @@ function isInteractable(element, hoverStylesMap) {
|
|||||||
tagName === "a" ||
|
tagName === "a" ||
|
||||||
tagName === "i" ||
|
tagName === "i" ||
|
||||||
tagName === "li" ||
|
tagName === "li" ||
|
||||||
tagName === "p"
|
tagName === "p" ||
|
||||||
|
tagName === "td"
|
||||||
) {
|
) {
|
||||||
const elementCursor = getElementComputedStyle(element)?.cursor;
|
const elementCursor = getElementComputedStyle(element)?.cursor;
|
||||||
if (elementCursor === "pointer") {
|
if (elementCursor === "pointer") {
|
||||||
|
|||||||
Reference in New Issue
Block a user