()
| 594 | this.history.clear() |
| 595 | } |
| 596 | get tool() { |
| 597 | var tool_id = this.getOptionValue("tool") |
| 598 | return IMAGE_EDITOR_TOOLS.find((t) => t.id == tool_id) |
| 599 | } |
| 600 | loadTool() { |
| 601 | this.drawing = false |
| 602 | this.container.style.cursor = this.tool.cursor |
nothing calls this directly
no test coverage detected