|
@@ -59,7 +59,7 @@ import { bottomBarHeightStack, showBottomBarStack } from "@/env";
|
|
|
enterEdit(() => router.back());
|
|
|
initialAnimationModels();
|
|
|
initAnimationActions();
|
|
|
-useViewStack(autoSaveAnimationModel);
|
|
|
+// useViewStack(autoSaveAnimationModel);
|
|
|
useViewStack(() => showBottomBarStack.push(ref(true)));
|
|
|
|
|
|
const focusAM = ref<AnimationModel>();
|