Closed evenfrost closed 8 years ago
If a model data is loaded asynchronously (e.g. after module initialization), it fails to be handled properly: model is not updated, drake events are not registered. This change calls handleModels in model watcher and fixes the issue.
handleModels
:+1: thanks
@luckylooke made you a collaborator on npm so you can now use npm run deploy to publish updates
npm run deploy
Great, thanks.
@bevacqua OK! :+1:
If a model data is loaded asynchronously (e.g. after module initialization), it fails to be handled properly: model is not updated, drake events are not registered. This change calls
handleModels
in model watcher and fixes the issue.