hide toolbar is note is rootnote

This commit is contained in:
2023-05-13 08:28:11 +02:00
parent 8eb7e57203
commit 5240d61b35
2 changed files with 5 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ const setRoot = async (closeModal: () => Promise<Boolean>) => {
</script>
<template>
<div class="flex flex-col">
<NoteToolbar @delete="del" @set-root="setRoot">
<NoteToolbar :note="props.note" @delete="del" @set-root="setRoot">
<template #title>
<i
class="fas fa-fw fa-home mr-2 text-base text-secondary opacity-40"