From 08bd479cf9277ee3e4ee136a06b9ff54d802f5e3 Mon Sep 17 00:00:00 2001 From: neurokitti Date: Tue, 18 Feb 2025 01:51:02 -0600 Subject: [PATCH] fixed comment --- src/browser/base/zen-components/ZenGradientGenerator.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {