Fixed EyeDropperTool bug

The EyeDropperTool was not working properly, the reason was the class name.
This commit is contained in:
Joao Vitor
2022-01-08 00:45:35 -03:00
parent ebc6cf0dab
commit ddb882faae
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
class EyedropperTool extends Tool {
class EyeDropperTool extends Tool {
eyedropperPreview = document.getElementById("eyedropper-preview");
selectedColor = {r:0, g:0, b:0};