Fix 2D matrix generator preview update issue

Co-authored-by: DedeHai <6280424+DedeHai@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-09-03 17:51:00 +00:00
committed by Frank
parent 968dee170d
commit d6bced4e40

View File

@@ -209,6 +209,7 @@ Y:<input id="P${i}Y" name="P${i}Y" type="number" min="0" max="1023" value="0" on
Sf[`P${p}S`].checked = d.Sf.PSL.checked; Sf[`P${p}S`].checked = d.Sf.PSL.checked;
} }
} }
UI(); // Update the preview after generating panels
} }
function expand(o,i) function expand(o,i)