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
The way this is currently designed the state is incrementally updated as each event goes out. This will result in receivers getting only a partially updated state of the panel. In the C# plugin API the event bits are all updated first then events are fired.