mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-06-14 02:40:45 +08:00
Harden panel entry initialization
This commit is contained in:
@@ -254,7 +254,7 @@ function mountPanelHtml(html) {
|
||||
}
|
||||
|
||||
if (document.body?.insertAdjacentHTML) {
|
||||
document.body.insertAdjacentHTML("beforebegin", markup);
|
||||
document.body.insertAdjacentHTML("beforeend", markup);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user