diff options
| author | Mar0xy <marie@kaifa.ch> | 2023-11-01 12:39:07 +0100 |
|---|---|---|
| committer | Mar0xy <marie@kaifa.ch> | 2023-11-01 12:39:07 +0100 |
| commit | 8388b18df9502dfa4b7147ba10c695014e206391 (patch) | |
| tree | b8d1d55f92529efde1536e966191c015c39f54d5 /packages/frontend/src/components/MkSubNoteContent.vue | |
| parent | upd: remove tools from more (diff) | |
| parent | 2023.11.0-beta.7 (diff) | |
| download | sharkey-8388b18df9502dfa4b7147ba10c695014e206391.tar.gz sharkey-8388b18df9502dfa4b7147ba10c695014e206391.tar.bz2 sharkey-8388b18df9502dfa4b7147ba10c695014e206391.zip | |
merge: upstream
Diffstat (limited to 'packages/frontend/src/components/MkSubNoteContent.vue')
| -rw-r--r-- | packages/frontend/src/components/MkSubNoteContent.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkSubNoteContent.vue b/packages/frontend/src/components/MkSubNoteContent.vue index d1d4cef066..8f6dc6aee3 100644 --- a/packages/frontend/src/components/MkSubNoteContent.vue +++ b/packages/frontend/src/components/MkSubNoteContent.vue @@ -60,7 +60,7 @@ function noteclick(id: string) { router.push(`/notes/${id}`); } -const isLong = shouldCollapsed(props.note); +const isLong = shouldCollapsed(props.note, []); const collapsed = $ref(isLong); </script> |