mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
Update src/helper/selection-tools/reshape-tool.js
Update comment to remove stroke Co-authored-by: adroitwhiz <adroitwhiz@protonmail.com>
This commit is contained in:
parent
b9eefe0b96
commit
311422334f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
// 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 ||
|
if (!hitResult.item.selected ||
|
||||||
hitResult.type === 'fill' ||
|
hitResult.type === 'fill' ||
|
||||||
hitResult.type === 'stroke' ||
|
hitResult.type === 'stroke' ||
|
||||||
|
|
Loading…
Reference in a new issue