mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Fixed EyeDropperTool bug
The EyeDropperTool was not working properly, the reason was the class name.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
class EyedropperTool extends Tool {
|
||||
class EyeDropperTool extends Tool {
|
||||
eyedropperPreview = document.getElementById("eyedropper-preview");
|
||||
selectedColor = {r:0, g:0, b:0};
|
||||
|
||||
|
Reference in New Issue
Block a user