Skip to content
Snippets Groups Projects
Commit a4851820 authored by Maximilian Giller's avatar Maximilian Giller
Browse files

Fixed previous tool bug

parent 2b8f6b56
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ class State extends Tool {
}
setTool(tool) {
if (this.previousTool === tool) {
if (this.tool === tool) {
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment