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
@adragoner You can additionally set LeftWindowCommandsOverlayBehavior, RightWindowCommandsOverlayBehavior and WindowButtonCommandsOverlayBehavior to prevent execution by mouse (menus and key shortcuts still works, but this is already issued)
@adragoner All title bar commands now behind the overlay if a Flyout is modal (available in 1.5.0 and alpha). The functionality are still there like Alt+F4, so you must handle this by yourself.
What steps will reproduce this issue?
Flyout with
IsModal=true
doesn't block other window commands (left or right) to be executed.Expected outcome
All window interactivity except the flyout is disabled.
The text was updated successfully, but these errors were encountered: