From 92e67be36b9ba32ce964e6b57fa28360ff6a7bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20L=C3=B6vqvist?= Date: Thu, 4 Sep 2025 00:34:37 +0200 Subject: [PATCH] Fixed bug where gradient doesn't update when changing weight --- standalone/gradient_editor.html | 1 + 1 file changed, 1 insertion(+) diff --git a/standalone/gradient_editor.html b/standalone/gradient_editor.html index c2813e4..f022424 100644 --- a/standalone/gradient_editor.html +++ b/standalone/gradient_editor.html @@ -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,