Merge pull request #1995 from jitsi/fix-local-thumbnail

fix(Filmstrip.js): Make sure the local thumbnail is there
This commit is contained in:
virtuacoplenny 2017-09-19 12:24:26 -07:00 committed by GitHub
commit 04a1da2cea
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ const Filmstrip = {
promises.push(new Promise(() => {
let { localThumb } = this.getThumbs();
let height = localThumb.height();
let height = localThumb ? localThumb.height() : 0;
let fontSize = UIUtil.getIndicatorFontSize(height);
this.filmstrip.find('.indicator').animate({
fontSize