ucservice 2.2.9 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15634,7 +15634,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
15634
15634
  self.tagBox.parent().find('.unrecv-audio-btn').hide();
15635
15635
  }
15636
15636
 
15637
- self.tagBox.parent().find('button[name=screenVideo]')[0].classList.add('fullscreen-btn');
15637
+ self.tagBox.parent().find('button[name=screenVideo]')[0] && self.tagBox.parent().find('button[name=screenVideo]')[0].classList.add('fullscreen-btn');
15638
15638
  self.tagBox.parent().find('button[name=screenVideo]').attr('title', '全屏');
15639
15639
  self.tagBox.parent().find('.recv-audio-btn').attr("class", "unrecv-audio-btn");
15640
15640
  self.tagBox.parent().find('.send-audio-btn').attr("class", "unsend-audio-btn");
Binary file