bill 5 months ago
parent
commit
35509916d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/animation/index.vue

+ 1 - 1
src/views/animation/index.vue

@@ -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>();