- Enhancement: Add pointsAdded canvas event (Fixes #141)
This commit is contained in:
@@ -655,6 +655,7 @@ pathModule.init({
|
||||
// TODO: Correct this:
|
||||
pathActions.canDeleteNodes = true;
|
||||
pathActions.closed_subpath = closedSubpath;
|
||||
call('pointsAdded', {closedSubpath, grips});
|
||||
call('selected', grips);
|
||||
},
|
||||
endChanges ({cmd, elem}) {
|
||||
|
||||
Reference in New Issue
Block a user