mirror of
https://github.com/vector-im/element-web.git
synced 2026-07-02 13:30:13 +00:00
1dc2ae007f
This fixes a soft crash that can happen on room join if you keep the right panel open (which is the default). The `MainSplit` component was not properly testing for the edge cases of when the resize container would be mounted. Fixes https://github.com/vector-im/riot-web/issues/10997