File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const MeasurementToolTypes = new Set<string>(
3333 MeasurementTools .map (({ type }) => type )
3434);
3535
36- const tab = ref (Tabs .Measurements );
36+ const tab = ref (Tabs .SegmentGroups );
3737const { currentTool } = storeToRefs (useToolStore ());
3838
3939function autoFocusTab() {
@@ -58,16 +58,16 @@ watch(
5858 <tool-controls />
5959 <v-divider thickness =" 4" />
6060 <v-tabs v-model =" tab" align-tabs =" center" density =" compact" class =" my-1" >
61- <v-tab value =" measurements" class =" tab-header" >Measurements</v-tab >
6261 <v-tab value =" segmentGroups" class =" tab-header" >Segment Groups</v-tab >
62+ <v-tab value =" measurements" class =" tab-header" >Measurements</v-tab >
6363 </v-tabs >
6464 <v-window v-model =" tab" >
65- <v-window-item value =" measurements" >
66- <measurements-tool-list :tools =" MeasurementTools" />
67- </v-window-item >
6865 <v-window-item value =" segmentGroups" >
6966 <segment-group-controls />
7067 </v-window-item >
68+ <v-window-item value =" measurements" >
69+ <measurements-tool-list :tools =" MeasurementTools" />
70+ </v-window-item >
7171 </v-window >
7272 </div >
7373</template >
You can’t perform that action at this time.
0 commit comments