Skip to content

Commit

Permalink
fix (#3539)
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur authored Dec 17, 2016
1 parent 41cc29a commit c8505ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixins/canvas_events.mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@
this.setCursor(target.moveCursor || this.moveCursor);
}
}
transform.actionPerformed = actionPerformed;
transform.actionPerformed = transform.actionPerformed || actionPerformed;
},

/**
Expand Down

0 comments on commit c8505ee

Please sign in to comment.