mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-19 22:10:50 +00:00
fix: Fixed TODO in color picker and fixed spacing issues on multiple toolbars, b=no-bug, c=glance, tabs, workspaces
This commit is contained in:
@@ -516,7 +516,7 @@
|
||||
this.dots.push({
|
||||
ID: id,
|
||||
element: dot,
|
||||
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.
|
||||
position: { x, y },
|
||||
type: color.type,
|
||||
lightness: color.lightness,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user