mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 18:24:21 +01:00
docs: share page
This commit is contained in:
@@ -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(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user