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.
@@ -13474,7 +13474,11 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13474
13474
  for (let k = 0; k < _li.length; k++) {
13475
13475
  let rotateIndex = _li.eq(k).find('button[name=rotateVideo]').attr('rotate-index');
13476
13476
 
13477
- if (rotateIndex != 0 && rotateIndex != 2) me.videoRotateSize(_li.eq(k)[0], rotateIndex);
13477
+ if (rotateIndex != 0 && rotateIndex != 2) {
13478
+ setTimeout(() => {
13479
+ me.videoRotateSize(_li.eq(k)[0], rotateIndex);
13480
+ }, 200);
13481
+ }
13478
13482
  }
13479
13483
  },
13480
13484
 
Binary file