Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Oct 27, 2024
1 parent 8efa322 commit 24810be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/svelte/VList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
@component
Virtualized list component. See {@link VListProps} and {@link VListHandle}.
-->
<div {...rest} style={`${viewportStyle} ${rest["style"] || ""}`}>
<div {...rest} style={`${viewportStyle} ${rest.style || ""}`}>
<Virtualizer
bind:this={ref}
{data}
Expand Down

0 comments on commit 24810be

Please sign in to comment.