mirror of
https://github.com/vector-im/element-web.git
synced 2026-03-04 21:11:14 +01:00
Clearing all the item vms at every room list change is causing massive re-render of all the room list items. References to the vms are already removed when out of view (see RoomListViewMode.updateVisibleRooms) and handled by GC.