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.
@@ -15643,7 +15643,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
15643
15643
  self.tagBox.parent().find('.unrecv-audio-btn').hide();
15644
15644
  }
15645
15645
 
15646
- self.tagBox.parent().find('button[name=screenVideo]')[0].classList.add('fullscreen-btn');
15646
+ self.tagBox.parent().find('button[name=screenVideo]')[0] && self.tagBox.parent().find('button[name=screenVideo]')[0].classList.add('fullscreen-btn');
15647
15647
  self.tagBox.parent().find('button[name=screenVideo]').attr('title', '全屏');
15648
15648
  self.tagBox.parent().find('.recv-audio-btn').attr("class", "unrecv-audio-btn");
15649
15649
  self.tagBox.parent().find('.send-audio-btn').attr("class", "unsend-audio-btn");
Binary file