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
Usually happens after 2 or 3 unpins. Only happens with the ReactiveUI implementation.
The issue can be worked around by changing this.WhenAnyActiveDockable() to this.WhenAnyValue(x => x.ActiveDockable) in Dock.Model.ReactiveUI.Core.DockBase.
The text was updated successfully, but these errors were encountered:
Usually happens after 2 or 3 unpins. Only happens with the ReactiveUI implementation.
The issue can be worked around by changing
this.WhenAnyActiveDockable()
tothis.WhenAnyValue(x => x.ActiveDockable)
in Dock.Model.ReactiveUI.Core.DockBase.The text was updated successfully, but these errors were encountered: