diff --git a/src/browser/base/zen-components/ZenGradientGenerator.mjs b/src/browser/base/zen-components/ZenGradientGenerator.mjs index aa83a0149..29b46b6f3 100644 --- a/src/browser/base/zen-components/ZenGradientGenerator.mjs +++ b/src/browser/base/zen-components/ZenGradientGenerator.mjs @@ -181,7 +181,7 @@ this.dots.push({ ID: id, Element: dot, - Position: { x: null, y: null }, // WARNING: these values are not correct because dot pads bound rect does not exist yet + Position: { x: null, y: null }, // at some point possition should instead be stored as percentege just so that the size of the color picker does not matter. }); } if (!fromWorkspace) {