We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80c1fc commit b98c0c5Copy full SHA for b98c0c5
ui/src/components/folder-tree/index.vue
@@ -8,7 +8,7 @@
8
clearable
9
/>
10
<el-dropdown trigger="click" :teleported="false" @command="switchSortMethod">
11
- <el-button class="ml-8" style="width: 32px;">
+ <el-button class="ml-8" style="width: 32px">
12
<AppIcon :iconName="sortIconName"></AppIcon>
13
</el-button>
14
<template #dropdown>
@@ -581,6 +581,7 @@ function rebalanceAndInsert(
581
582
onBeforeRouteLeave((to, from) => {
583
if (from?.name === 'ToolWorkflow') return
584
+ if (from?.name === 'AppSetting') return
585
folder.setCurrentFolder({})
586
})
587
0 commit comments