1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-10-01 04:27:40 +02:00

observe subtree

This commit is contained in:
Kyle Spearrin 2017-10-21 13:11:32 -04:00
parent c26976e865
commit 8a7e04ddc2

View File

@ -104,7 +104,7 @@
}
});
observer.observe(bodies[0], { childList: true });
observer.observe(bodies[0], { childList: true, subtree: true });
}
}