(action_id)
| 656 | image.src = dataUrl |
| 657 | } |
| 658 | runAction(action_id) { |
| 659 | var action = IMAGE_EDITOR_ACTIONS.find((a) => a.id == action_id) |
| 660 | if (action.trackHistory) { |
| 661 | this.history.pushAction(action_id) |
| 662 | } |
| 663 | action.handler(this) |
| 664 | } |
| 665 | setBrush(layer = null, options = null) { |
| 666 | if (options == null) { |
| 667 | options = this.options |