element-web/src/components
Travis Ralston ad92e6ba00 Don't constantly re-mount the sublists with a new addRoomFn
Any time we though that the room list had to re-render we were dynamically creating a new addRoomFn, which would signal to the sublist that it needed to re-render. 

The only reason we wrap the function from the aesthetics is to provide theoretical tiling/multiaccount support through use of different dispatchers, however considering that's not a reality yet we can just use a default dispatcher when none is supplied.
2020-07-23 22:12:10 -06:00
..
structures Add more statements to avoid layout changes 2020-07-21 20:56:07 -06:00
views Don't constantly re-mount the sublists with a new addRoomFn 2020-07-23 22:12:10 -06:00