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
webagg: Don't resize canvas if WebSocket isn't connected
- If it is still connecting, then we will get an initial resize from
Python once it connects.
- If it has disconnected, then resizing will clear the canvas and never
get anything back to refill it, so better to not resize and keep
something visible.
0 commit comments