You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to add a core config I had to create the file components/ember-jstree.js which extends ember-jstree, override _buildConfig, call super, edit the config object and return it.. For instance,
Although it doesn't hurt, I think it would be nice to have a better way to do that because everytime I update this addon I have to check if this method has changed.
The text was updated successfully, but these errors were encountered:
In order to add a core config I had to create the file
components/ember-jstree.js
which extends ember-jstree, override_buildConfig
, call super, edit the config object and return it.. For instance,Although it doesn't hurt, I think it would be nice to have a better way to do that because everytime I update this addon I have to check if this method has changed.
The text was updated successfully, but these errors were encountered: