- Enhancement: Add `pointsAdded` canvas event (Fixes #141)
parent
7f5c315812
commit
6ccaf2491c
|
@ -655,6 +655,7 @@ pathModule.init({
|
||||||
// TODO: Correct this:
|
// TODO: Correct this:
|
||||||
pathActions.canDeleteNodes = true;
|
pathActions.canDeleteNodes = true;
|
||||||
pathActions.closed_subpath = closedSubpath;
|
pathActions.closed_subpath = closedSubpath;
|
||||||
|
call('pointsAdded', {closedSubpath, grips});
|
||||||
call('selected', grips);
|
call('selected', grips);
|
||||||
},
|
},
|
||||||
endChanges ({cmd, elem}) {
|
endChanges ({cmd, elem}) {
|
||||||
|
|
Loading…
Reference in New Issue