This commit is contained in:
isUnknown 2025-03-07 17:29:11 +01:00
parent 432f718b14
commit f34ceb1559
5 changed files with 38 additions and 34 deletions

View file

@ -122,6 +122,7 @@ const { isCommentsOpen, isCommentPanelEnabled, activeTracks, openedFile } =
const { page } = storeToRefs(usePageStore());
isLoopAnimationEnabled.value = false;
activeTab.value = 'dynamic';
// Variables
const router = useRouter();