merge: upstream
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user