fix typo for scroller prop from width to backgroundWidth

This commit is contained in:
MinamiFunakoshiTR 2025-07-28 14:30:08 -04:00
parent 24dbdfc09e
commit f3d7896728
Failed to extract signature

View file

@ -122,7 +122,7 @@ Then parse the relevant ArchieML block object before passing to the `Scroller` c
{#if block.type === 'ai-scroller'}
<Scroller
id={block.id}
backgroundWidth={block.width}
backgroundWidth={block.backgroundWidth}
foregroundPosition={block.foregroundPosition}
stackBackground={truthy(block.stackBackground)}
steps={block.steps.map((step) => ({