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
As the title says, the unbindComponentEvent doesn't get called when using "Embedded with Events" using "Application Ref" method.
The README of this repository says: "Earlier versions of this application used Golden Layout's getComponentEvent and releaseComponentEvent to implement the above "Embedded with Events" approach. These events are now deprecated. Please use the new bindComponentEvent and unbindComponentEvent events instead."
In my case, I need to do something inside unbindComponentEvent but it gets called only when using the virtual tecnique.
Is that a bug? should I need to use the deprecated releaseComponentEvent?
The text was updated successfully, but these errors were encountered:
As the title says, the unbindComponentEvent doesn't get called when using "Embedded with Events" using "Application Ref" method.
The README of this repository says: "Earlier versions of this application used Golden Layout's getComponentEvent and releaseComponentEvent to implement the above "Embedded with Events" approach. These events are now deprecated. Please use the new bindComponentEvent and unbindComponentEvent events instead."
In my case, I need to do something inside unbindComponentEvent but it gets called only when using the virtual tecnique.
Is that a bug? should I need to use the deprecated releaseComponentEvent?
The text was updated successfully, but these errors were encountered: