mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
Save after adding points (#696)
This commit is contained in:
parent
c8a5db311b
commit
bcc3af4571
1 changed files with 1 additions and 0 deletions
|
@ -200,6 +200,7 @@ class ReshapeTool extends paper.Tool {
|
|||
hitResult.type === 'curve') {
|
||||
this.mode = ReshapeModes.POINT;
|
||||
this._modeMap[this.mode].addPoint(hitProperties);
|
||||
this.onUpdateImage();
|
||||
this._modeMap[this.mode].onMouseDown(hitProperties);
|
||||
} else if (
|
||||
hitResult.type === 'handle-in' ||
|
||||
|
|
Loading…
Reference in a new issue