Skip to content

Commit

Permalink
Show the save/load sidebar first
Browse files Browse the repository at this point in the history
  • Loading branch information
ltouroumov committed Nov 25, 2024
1 parent 987c8f3 commit 1cd3ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/viewer/modal/MenuModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const { toggleProjectMenu, viewerProjectList } = useViewerStore();
const { isProjectMenuVisible } = useViewerRefs();
const { store } = useProjectRefs();
const selected = ref<string>('project');
const selected = ref<string>('save-load');
</script>

<style scoped lang="scss">
Expand Down

0 comments on commit 1cd3ac1

Please sign in to comment.