Store paths of unfolded nodes in ui state
This commit is contained in:
parent
e62f277ee4
commit
dd19497426
7 changed files with 77 additions and 51 deletions
|
|
@ -11,10 +11,10 @@ const ui = useUiStore();
|
|||
<CNavbar />
|
||||
<div class="h-full overflow-auto p-1">
|
||||
<CNote
|
||||
v-if="ui.anchor"
|
||||
:noteId="ui.anchor"
|
||||
:path="[]"
|
||||
:focusPath="ui.focusPath"
|
||||
v-if="ui.anchorId"
|
||||
:noteId="ui.anchorId"
|
||||
:path="''"
|
||||
:forceOpen="true"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue