-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend JS API with createNode functionality and refactor (#7998)
* rename setWaypoint to handleCreateNode in arbitrary controller * rename setWaypoint to handleNodeCreation * refactor * implement createNode in api_latest; refactor to allow better parameteriziation; fix that centering node did not work when new node was not activated * refactor getActiveNode accessor to not use a Maybe * refactor getActiveTree accessor to not use a Maybe * update changelog * remove unused import * allow to pass additionalCoordinates when creating nodes via API * set skipCenteringAnimationInThirdDimension to false when using api
- Loading branch information
1 parent
c126859
commit bc5f278
Showing
20 changed files
with
224 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.