fix(stage-filmstrip): resize.
This commit is contained in:
parent
1400b6ff0a
commit
39d30ea0b4
|
@ -175,6 +175,7 @@ StateListenerRegistry.register(
|
||||||
width: state['features/filmstrip'].width?.current,
|
width: state['features/filmstrip'].width?.current,
|
||||||
visible: state['features/filmstrip'].visible,
|
visible: state['features/filmstrip'].visible,
|
||||||
clientWidth: state['features/base/responsive-ui'].clientWidth,
|
clientWidth: state['features/base/responsive-ui'].clientWidth,
|
||||||
|
clientHeight: state['features/base/responsive-ui'].clientHeight,
|
||||||
tileView: state['features/video-layout'].tileViewEnabled
|
tileView: state['features/video-layout'].tileViewEnabled
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue