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
fix(notification): fall back to dockSize when frontendWindowRect is not ready
When frontendWindowRect is (0,0,0,0) (not yet computed), use dockSize
as margin instead of returning 0. This ensures the notification window
has the correct margin from the first display, without relying on
timers. The Connections block will later refresh with the precise
value once frontendWindowRect becomes available.
0 commit comments