mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-20 02:01:47 +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