1
0

merge: upstream

This commit is contained in:
Mar0xy
2023-11-01 12:39:07 +01:00
37 changed files with 1040 additions and 897 deletions
@@ -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>