Skip to content

workspaceThumbnail: Queue state update after expanding

New workspaces are added in two steps, first the minimap expands to make room for the new thumbnail, then the thumbnail animates in. However we currently don't queue a state update after the first step, so the second one only happens after one is queued by some other event (like a workspace switch).

Fixes #3748 (closed)

Merge request reports