Skip to content

Commit

Permalink
fix: bind height
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantanrk committed Jun 22, 2022
1 parent 42af634 commit 18da05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/action-sheet/src/ActionSheet.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

<BottomSheet
bind:open
height={modalHeight}
bind:height={modalHeight}
class={className}
{maskClosable}
{closable}
Expand Down

0 comments on commit 18da05b

Please sign in to comment.