We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa7fca commit 43fc1aeCopy full SHA for 43fc1ae
1 file changed
frontend/src/layout/ViewLeft/ViewFolder.vue
@@ -29,6 +29,8 @@
29
:key="`${like.cfg.folderActive}-${treeNum}`"
30
:props="{ label: 'label', isLeaf: 'leaf' }"
31
:load="loadNode"
32
+ :current-node-key="editor.active"
33
+ highlight-current
34
lazy
35
node-key="value"
36
@node-click="openNode"
0 commit comments