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
There is code that is supposed to lock operations and prevent move events firing. This may be a regression or a new bug or something that came from upstream. Needs investigation
Maybe we just need to expand the return conditions to also include context menus e.g.
// if another window is showing don't respond to mouseif(!this.IsCurrentTop/* TODO: or context menu showing*/){return;}