Fix bug on resizing filmstrip

auto_join_3.3
Håvar Aambø Fosstveit 2020-05-05 15:15:26 +02:00
parent e2211b000c
commit 15fe4521b7
1 changed files with 3 additions and 0 deletions

View File

@ -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