fix: stories errors
This commit is contained in:
@@ -56,7 +56,7 @@ let longValue = $state(
|
||||
}}
|
||||
>
|
||||
{#snippet template(args)}
|
||||
<ContentEditable bind:text={value} {...args} />
|
||||
<ContentEditable {...args} />
|
||||
{/snippet}
|
||||
</Story>
|
||||
|
||||
@@ -70,7 +70,7 @@ let longValue = $state(
|
||||
}}
|
||||
>
|
||||
{#snippet template(args)}
|
||||
<ContentEditable bind:text={smallValue} {...args} />
|
||||
<ContentEditable {...args} />
|
||||
{/snippet}
|
||||
</Story>
|
||||
|
||||
@@ -84,7 +84,7 @@ let longValue = $state(
|
||||
}}
|
||||
>
|
||||
{#snippet template(args)}
|
||||
<ContentEditable bind:text={largeValue} {...args} />
|
||||
<ContentEditable {...args} />
|
||||
{/snippet}
|
||||
</Story>
|
||||
|
||||
@@ -98,7 +98,7 @@ let longValue = $state(
|
||||
}}
|
||||
>
|
||||
{#snippet template(args)}
|
||||
<ContentEditable bind:text={spacedValue} {...args} />
|
||||
<ContentEditable {...args} />
|
||||
{/snippet}
|
||||
</Story>
|
||||
|
||||
@@ -112,6 +112,6 @@ let longValue = $state(
|
||||
}}
|
||||
>
|
||||
{#snippet template(args)}
|
||||
<ContentEditable bind:text={longValue} {...args} />
|
||||
<ContentEditable {...args} />
|
||||
{/snippet}
|
||||
</Story>
|
||||
|
||||
Reference in New Issue
Block a user