Commit 519310a
committed
fix(custom-panel): refresh videoSpaceWidth when the panel toggles open/closed
Without this subscriber, opening or closing the custom panel does not refresh
`videoSpaceWidth` in redux, so tile-view dimensions stay sized for the previous
layout until something else (window resize, chat toggle, panel drag) triggers a
recalculation. Mirrors the equivalent subscribers for chat and the participants
pane in `react/features/filmstrip/subscriber.web.ts`.1 parent 2ff82be commit 519310a
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
10 | 25 | | |
11 | 26 | | |
12 | 27 | | |
| |||
0 commit comments