@salina-app/media-editor 0.1.36 → 0.1.37
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -79532,8 +79532,8 @@ const b1e = ({
|
|
|
79532
79532
|
onClick: () => {
|
|
79533
79533
|
c({
|
|
79534
79534
|
segmentId: b == null ? void 0 : b._id,
|
|
79535
|
-
firstWordId:
|
|
79536
|
-
lastWordId:
|
|
79535
|
+
firstWordId: 0,
|
|
79536
|
+
lastWordId: n,
|
|
79537
79537
|
direction: "up"
|
|
79538
79538
|
}), a(null);
|
|
79539
79539
|
},
|