Add forceOpen prop to CNote

This commit is contained in:
Joscha 2025-02-05 20:07:56 +01:00
parent 89c0396778
commit af99414d6a
2 changed files with 18 additions and 6 deletions

View file

@ -10,7 +10,7 @@ const ui = useUiStore();
<div class="flex h-screen touch-pan-x touch-pan-y flex-col">
<CNavbar />
<div class="h-full overflow-auto px-2 py-1">
<CNote :id="ui.anchor" />
<CNote :noteId="ui.anchor" />
</div>
</div>
</template>