ucservice 2.5.6 → 2.5.7

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.
@@ -13592,13 +13592,12 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13592
13592
  for (let k = 0; k < _li.length; k++) {
13593
13593
  let rotateIndex = _li.eq(k).find('button[name=rotateVideo]').attr('rotate-index');
13594
13594
 
13595
- let scaleBtn = _li.eq(k).find('button[name=scaleVideo]').hasClass('bggray');
13595
+ let scaleBtn = _li.eq(k).find('button[name=scaleVideo]').hasClass('bggray'); // if(scaleBtn){
13596
13596
 
13597
- if (scaleBtn) {
13598
- setTimeout(() => {
13599
- me.videoRotateSize(_li.eq(k)[0], rotateIndex);
13600
- }, 200);
13601
- }
13597
+
13598
+ setTimeout(() => {
13599
+ me.videoRotateSize(_li.eq(k)[0], rotateIndex);
13600
+ }, 200); // }
13602
13601
  }
13603
13602
  },
13604
13603
 
@@ -14195,6 +14194,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
14195
14194
  }
14196
14195
  }
14197
14196
 
14197
+ debugger;
14198
14198
  let videoWidth = video.videoWidth;
14199
14199
  let videoHeight = video.videoHeight;
14200
14200
  let vWidth = video.offsetWidth;
Binary file