mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-05 12:57:51 +00:00
fixed comment
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user