@salina-app/media-editor 0.1.8 → 0.1.9
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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -65611,7 +65611,7 @@ const Woe = ho("Settings", [
|
|
|
65611
65611
|
(B) => B.options_.name_ === "customPlayButton"
|
|
65612
65612
|
)[0].show(), I[0].hide();
|
|
65613
65613
|
}), E.on("pause", () => {
|
|
65614
|
-
E.bigPlayButton.show();
|
|
65614
|
+
o.current && cancelAnimationFrame(o.current), E.bigPlayButton.show();
|
|
65615
65615
|
const I = O.filter(
|
|
65616
65616
|
(B) => B.options_.name_ === "customPausedButton"
|
|
65617
65617
|
);
|