hide toolbar is note is rootnote
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user