-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ControlBar): optimize model saving process in ControlBar component (
#177) Commit ensures that the 'save' function is subscribed only once to modelSaveSubs - an established change of model state. It guarantees that the act of subscribing and unsubscribing is done smoothly everytime modelsave state changes, ensuring optimised performance and logical clean up. The filename for saved files also now includes '.json' extension for appropriate categorization.
- Loading branch information
Showing
1 changed file
with
27 additions
and
20 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