From 9b54188970c51070d86f4c87e909ea7836c86f07 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sun, 5 Jul 2026 16:42:01 -0400 Subject: fix: restructure steal yaml, update admin web gui --- internal/admin/static/moduleeditor.js | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/admin/static/moduleeditor.js') diff --git a/internal/admin/static/moduleeditor.js b/internal/admin/static/moduleeditor.js index 6d6a3e0..f1fb0fd 100644 --- a/internal/admin/static/moduleeditor.js +++ b/internal/admin/static/moduleeditor.js @@ -109,6 +109,7 @@ function renderModuleEditor(id, data) { } function renderCurrent() { + ced_syncDOMToData(moduleData); if (!moduleData || !moduleID) return; renderModuleEditor(moduleID, moduleData); } -- cgit v1.2.3