mark disabled element as interactable (#1175)
This commit is contained in:
@@ -396,7 +396,7 @@ function isInteractable(element) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (isHiddenOrDisabled(element)) {
|
||||
if (isHidden(element)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user