Fix lots of chapters freezing the browser

This commit is contained in:
Ajay
2022-12-11 11:58:10 -05:00
parent f66d7a9547
commit bd3cdb98ac

View File

@@ -581,6 +581,7 @@ class PreviewBar {
for (const mutation of mutations) { for (const mutation of mutations) {
if (mutation.type === "childList") { if (mutation.type === "childList") {
this.update(); this.update();
break;
} }
} }