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

@ -38,7 +38,7 @@
//=include tools/LineTool.js
//=include tools/RectangleTool.js
//=include tools/FillTool.js
//=include tools/EyedropperTool.js
//=include tools/EyeDropperTool.js
//=include tools/PanTool.js
//=include tools/ZoomTool.js
//=include tools/RectangularSelectionTool.js