ucservice 1.4.9 → 1.5.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.
@@ -13483,7 +13483,11 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13483
13483
  for (let k = 0; k < _li.length; k++) {
13484
13484
  let rotateIndex = _li.eq(k).find('button[name=rotateVideo]').attr('rotate-index');
13485
13485
 
13486
- if (rotateIndex != 0 && rotateIndex != 2) me.videoRotateSize(_li.eq(k)[0], rotateIndex);
13486
+ if (rotateIndex != 0 && rotateIndex != 2) {
13487
+ setTimeout(() => {
13488
+ me.videoRotateSize(_li.eq(k)[0], rotateIndex);
13489
+ }, 200);
13490
+ }
13487
13491
  }
13488
13492
  },
13489
13493
 
Binary file