Skip to content

Commit

Permalink
avoid run selection logic on mouseup for clicks (#5259)
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur authored Sep 22, 2018
1 parent f7e9177 commit 3167154
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 @@ -359,7 +359,7 @@
shouldRender = transform.actionPerformed;
}

if (target || !isClick) {
if (!isClick) {
this._maybeGroupObjects(e);
shouldRender || (shouldRender = this._shouldRender(target));
}
Expand Down

0 comments on commit 3167154

Please sign in to comment.