diff --git a/web/js/colorWidget.js b/web/js/colorWidget.js index 707d5a7..6786e96 100644 --- a/web/js/colorWidget.js +++ b/web/js/colorWidget.js @@ -102,6 +102,7 @@ const AILabColorWidget = { picker.addEventListener('change', () => { this.value = picker.value; node.graph._version++; + this.callback?.(this.value); node.setDirtyCanvas(true, true); picker.remove(); });