Skip to content

Commit

Permalink
Update src/helper/selection-tools/reshape-tool.js
Browse files Browse the repository at this point in the history
Update comment to remove stroke

Co-authored-by: adroitwhiz <adroitwhiz@protonmail.com>
  • Loading branch information
fsih and adroitwhiz committed Jul 28, 2020
1 parent b9eefe0 commit 3114223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper/selection-tools/reshape-tool.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ class ReshapeTool extends paper.Tool {
};

// If item is not yet selected, don't behave differently depending on if they clicked a segment
// or stroke (since those were invisible), just select the whole thing as if they clicked the fill.
// (since those were invisible), just select the whole thing as if they clicked the fill.
if (!hitResult.item.selected ||
hitResult.type === 'fill' ||
hitResult.type === 'stroke' ||
Expand Down

0 comments on commit 3114223

Please sign in to comment.