qinyan пре 1 година
родитељ
комит
fe5780a769
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/modules/editor/components/Viewport/Slider/SliderLeft/index.tsx

+ 1 - 1
src/modules/editor/components/Viewport/Slider/SliderLeft/index.tsx

@@ -107,7 +107,7 @@ export default defineUI({
   setup() {
     // @ts-ignore
     const state = reactive({
-      tabIndex: 8,
+      tabIndex: 0,
       compIndexs: [0, 0, 0, 0, 0, 0, 0, 0, 0],
       currentTab: computed(() => {
         return tabs[state.tabIndex];