docs: share page

This commit is contained in:
Jay V 2025-08-11 14:01:20 -04:00
parent b5d45fa9f5
commit 09bf0b86d8

View file

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