diff --git a/src/js-components/previewBar.ts b/src/js-components/previewBar.ts index 677b998f..7b93f67e 100644 --- a/src/js-components/previewBar.ts +++ b/src/js-components/previewBar.ts @@ -581,6 +581,7 @@ class PreviewBar { for (const mutation of mutations) { if (mutation.type === "childList") { this.update(); + break; } }