Fixed bug where gradient doesn't update when changing weight
This commit is contained in:
@@ -194,6 +194,7 @@
|
|||||||
const posCell = rows[j].lastElementChild; // position column
|
const posCell = rows[j].lastElementChild; // position column
|
||||||
if (posCell) posCell.textContent = t[j].toFixed(6);
|
if (posCell) posCell.textContent = t[j].toFixed(6);
|
||||||
}
|
}
|
||||||
|
drawGradient();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update swatches (and non-focused hex inputs) to match current point colors,
|
// Update swatches (and non-focused hex inputs) to match current point colors,
|
||||||
|
|||||||
Reference in New Issue
Block a user