fix(stage-filmstrip): resize.

This commit is contained in:
Hristo Terezov 2022-05-09 16:35:37 -05:00
parent 1400b6ff0a
commit 39d30ea0b4
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@ StateListenerRegistry.register(
width: state['features/filmstrip'].width?.current,
visible: state['features/filmstrip'].visible,
clientWidth: state['features/base/responsive-ui'].clientWidth,
clientHeight: state['features/base/responsive-ui'].clientHeight,
tileView: state['features/video-layout'].tileViewEnabled
};
},