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/dropeditor.js | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/admin/static/dropeditor.js') diff --git a/internal/admin/static/dropeditor.js b/internal/admin/static/dropeditor.js index cbd51c7..8e463ec 100644 --- a/internal/admin/static/dropeditor.js +++ b/internal/admin/static/dropeditor.js @@ -84,6 +84,7 @@ function renderDropEditor(id, data) { } function renderCurrent() { + ced_syncDOMToData(dropData); if (!dropData || !dropID) return; renderDropEditor(dropID, dropData); } -- cgit v1.2.3