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