mirror of
https://github.com/bitwarden/browser
synced 2025-01-09 08:56:05 +01:00
observe subtree
This commit is contained in:
parent
c26976e865
commit
8a7e04ddc2
@ -104,7 +104,7 @@
|
||||
}
|
||||
});
|
||||
|
||||
observer.observe(bodies[0], { childList: true });
|
||||
observer.observe(bodies[0], { childList: true, subtree: true });
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user