This commit is contained in:
Michael Telatynski
2026-03-31 13:17:57 +01:00
parent f2608caf34
commit e772a104c2
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -36,6 +36,7 @@ class BannerModule implements Module {
}
const div = document.createElement("div");
div.dataset.testid = "banner";
this.api.rootNode.before(div);
const root = this.api.createRoot(div);