feat: handle absolute internal links for stacked notes

This commit is contained in:
Julien Calixte
2026-02-19 21:32:37 +01:00
parent b14f5f1dc1
commit 801832c6e5
4 changed files with 42 additions and 19 deletions

View File

@@ -133,7 +133,7 @@ watch(
:key="stackedNote"
class="note"
:index="index"
:at-uri="stackedNote"
:didrkey="stackedNote"
/>
</div>
</template>