@conboai/storybook.components 0.1.11 → 0.1.12
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.
|
@@ -58131,7 +58131,7 @@ const M5 = {
|
|
|
58131
58131
|
}));
|
|
58132
58132
|
}, [e, n]);
|
|
58133
58133
|
const c = () => {
|
|
58134
|
-
l.current && (l.current.paused ?
|
|
58134
|
+
l.current && (l.current.paused ? l.current.play() : l.current.pause(), o(!l.current.paused));
|
|
58135
58135
|
}, u = (p, g) => {
|
|
58136
58136
|
l.current && (l.current.currentTime = g, a(g));
|
|
58137
58137
|
}, d = () => {
|