docs: share

This commit is contained in:
Jay V
2025-08-11 14:19:22 -04:00
parent 09bf0b86d8
commit befb7509de
2 changed files with 10 additions and 3 deletions

View File

@@ -356,7 +356,8 @@ export default function Share(props: {
<For each={filteredParts()}>
{(part, partIndex) => {
const last = createMemo(
() => messages().length === msgIndex() + 1 && filteredParts().length === partIndex() + 1,
() =>
data().messages.length === msgIndex() + 1 && filteredParts().length === partIndex() + 1,
)
onMount(() => {