mirror of
https://github.com/twofas/2fas-browser-extension.git
synced 2024-11-22 10:10:10 +01:00
#1501 attributes improvement
This commit is contained in:
parent
b6cdc004a9
commit
f11b5eaef4
@ -18,7 +18,6 @@
|
||||
//
|
||||
|
||||
/* global IntersectionObserver */
|
||||
|
||||
const isVisible = domElement => {
|
||||
return new Promise(resolve => {
|
||||
const o = new IntersectionObserver(([entry]) => {
|
||||
|
@ -125,7 +125,8 @@ const notObservedAttributes = [
|
||||
'aria-valuemax',
|
||||
'aria-valuemin',
|
||||
'aria-valuenow',
|
||||
'aria-valuetext'
|
||||
'aria-valuetext',
|
||||
'value'
|
||||
];
|
||||
|
||||
module.exports = notObservedAttributes;
|
||||
|
Loading…
Reference in New Issue
Block a user