*
This commit is contained in:
parent
556b6aba40
commit
91d73267d2
@ -61,8 +61,8 @@ function Picker()
|
||||
|
||||
let hex = `#${this.input.value}`;
|
||||
|
||||
dotgrid.tool.style().color = color;
|
||||
dotgrid.tool.style().fill = dotgrid.tool.style().fill != "none" ? color : "none";
|
||||
dotgrid.tool.style().color = hex;
|
||||
dotgrid.tool.style().fill = dotgrid.tool.style().fill != "none" ? hex : "none";
|
||||
|
||||
this.stop();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user