Fix bug on resizing filmstrip
This commit is contained in:
@@ -123,6 +123,9 @@ class Filmstrip extends React.PureComponent
|
|||||||
|
|
||||||
const root = this.rootContainer.current;
|
const root = this.rootContainer.current;
|
||||||
|
|
||||||
|
if (!root)
|
||||||
|
return;
|
||||||
|
|
||||||
const availableWidth = root.clientWidth;
|
const availableWidth = root.clientWidth;
|
||||||
// Grid is:
|
// Grid is:
|
||||||
// 4/5 speaker
|
// 4/5 speaker
|
||||||
|
|||||||
Reference in New Issue
Block a user