mirror of
https://github.com/sst/opencode.git
synced 2025-08-31 10:17:26 +00:00
docs: share page
This commit is contained in:
parent
b5d45fa9f5
commit
09bf0b86d8
1 changed files with 1 additions and 2 deletions
|
@ -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(() => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue