We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce94d86 commit fc62ab1Copy full SHA for fc62ab1
src/helpers/tabbable.js
@@ -27,7 +27,8 @@ function hidesContents(element) {
27
(element.scrollWidth <= 0 && element.scrollHeight <= 0)
28
: style.getPropertyValue("display") == "none";
29
} catch (exception) {
30
- console.warn('Failed to inspect element style');
+ // eslint-disable-next-line no-console
31
+ console.warn("Failed to inspect element style");
32
return false;
33
}
34
0 commit comments