Fixed bug where gradient doesn't update when changing weight

This commit is contained in:
2025-09-04 00:34:37 +02:00
parent 88b74603ee
commit 92e67be36b

View File

@@ -194,6 +194,7 @@
const posCell = rows[j].lastElementChild; // position column
if (posCell) posCell.textContent = t[j].toFixed(6);
}
drawGradient();
}
// Update swatches (and non-focused hex inputs) to match current point colors,