Skip to content

Commit

Permalink
fix: Adjust note item size to be one line
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Oct 10, 2024
1 parent 6e41a56 commit c0324a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NoteItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
:name="title"
:active="isSelected"
:to="{ name: 'note', params: { noteId: note.id.toString() } }"
one-line
@update:menuOpen="onMenuChange"
@click="onNoteSelected(note.id)"
>
Expand Down

0 comments on commit c0324a1

Please sign in to comment.