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
This observer class assumes/requires that the passed instance has a model= method. In the case here, AttributeInspector's model= does two tasks, transfering (removing, adding) observers to the new model and getting the current selection of the new model.
Check if this can be better solved with a more abstract "PersistentObserver" that takes care to add observers to subentities of whatever model is active.
The text was updated successfully, but these errors were encountered:
sketchup-attribute-inspector/src/ae_attribute_inspector/observers.rb
Line 181 in 47dff7b
This observer class assumes/requires that the passed instance has a
model=
method. In the case here, AttributeInspector'smodel=
does two tasks, transfering (removing, adding) observers to the new model and getting the current selection of the new model.Check if this can be better solved with a more abstract "PersistentObserver" that takes care to add observers to subentities of whatever model is active.
The text was updated successfully, but these errors were encountered: