Update ena-planner.js

This commit is contained in:
Hao19911125
2026-02-21 21:40:27 +08:00
committed by GitHub
parent e7de320d2d
commit 0ceaa84759

View File

@@ -1873,7 +1873,7 @@ function injectUI() {
const wrap = document.createElement('div');
wrap.innerHTML = createSettingsHTML();
container.appendChild(wrap.firstElementChild);
while (wrap.firstChild) container.appendChild(wrap.firstChild);
// Log modal
if (!document.getElementById('ep_log_modal')) {