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
TraitsView should @observe() its 'view' and 'model' attributes (atoms?). That way you can switch the view or model at runtime and have things work as expected. You can probably do this now with an enaml Include declaration, but I think that's asking too much.
The text was updated successfully, but these errors were encountered:
TraitsView
should@observe()
its 'view' and 'model' attributes (atoms?). That way you can switch the view or model at runtime and have things work as expected. You can probably do this now with an enamlInclude
declaration, but I think that's asking too much.The text was updated successfully, but these errors were encountered: