bill hace 3 meses
padre
commit
a3cbdb0608
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/sdk/association/animation.ts

+ 2 - 0
src/sdk/association/animation.ts

@@ -401,6 +401,8 @@ export const addSubtitle = (data: AnimationModelSubtitle) => {
         () => router.currentRoute.value.name,
         currentTime,
         () => amMap[getAMKey(am)]?.am,
+        () => data.time,
+        () => data.duration,
         size,
         isEdit,
         play,