Check if style attribute contains display: none
This commit is contained in:
Родитель
4f5d18f0b9
Коммит
af5189f5c0
2
index.js
2
index.js
|
@ -134,7 +134,7 @@
|
|||
}
|
||||
|
||||
function elementIsHidden(element) {
|
||||
return element.closest('[aria-hidden="true"], [hidden], [style="display: none"]') != null
|
||||
return element.closest('[aria-hidden="true"], [hidden], [style*="display: none"]') != null
|
||||
}
|
||||
|
||||
function isText(value) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче