From 54db08d78e192c92a0d71fc98f8f89eedd856635 Mon Sep 17 00:00:00 2001 From: ct Date: Sun, 15 Jun 2025 17:54:23 +0800 Subject: [PATCH] Update --- resources/js/modules/editor/partials/canvas/video-editor.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/js/modules/editor/partials/canvas/video-editor.jsx b/resources/js/modules/editor/partials/canvas/video-editor.jsx index 94cea2e..cd17a93 100644 --- a/resources/js/modules/editor/partials/canvas/video-editor.jsx +++ b/resources/js/modules/editor/partials/canvas/video-editor.jsx @@ -1,3 +1,5 @@ +// TODO: I moved the sample timeline data to a dedicated file, and delayed the loading to 1 sec with useEffect. as such, alot of the ogics are broken. I need to make sure the delayed timeline should work like normal + import { useMitt } from '@/plugins/MittContext'; import useVideoEditorStore from '@/stores/VideoEditorStore'; import { useCallback, useEffect, useRef, useState } from 'react';