mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
observe subtree
This commit is contained in:
@@ -104,7 +104,7 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
observer.observe(bodies[0], { childList: true });
|
observer.observe(bodies[0], { childList: true, subtree: true });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user