fix(browser-extension): not forcing styles
This commit is contained in:
parent
55f3c51edf
commit
93e7d9619a
@ -106,7 +106,6 @@ function forceClean(element) {
|
||||
*/
|
||||
function forceElementStyles(mutations, observer) {
|
||||
for (const mutation of mutations) {
|
||||
if (mutation.type === 'attributes' && dataAttributeName === mutation.attributeName) {
|
||||
const element = mutation.target;
|
||||
const value = element.getAttribute(dataAttributeName);
|
||||
|
||||
@ -119,7 +118,6 @@ function forceElementStyles(mutations, observer) {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @description Calculate current hostname
|
||||
|
Loading…
Reference in New Issue
Block a user