Merge pull request #4908 from wled/copilot/fix-4788

Fix 2D matrix generator preview not updating after population
This commit is contained in:
Damian Schneider 2025-09-03 20:07:54 +02:00 committed by GitHub
commit 65efcb351e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,6 +107,7 @@ Y: <input name="P${i}Y" type="number" min="0" max="255" value="0" oninput="UI()"
Sf[`P${p}H`].value = ph;
}
}
UI(); // Update the preview after generating panels
}
function expand(o,i)