Skip to content

Commit

Permalink
fix: clientHeight
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantanrk committed Jun 22, 2022
1 parent 00c4bfd commit 19e8b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/bottom-bar/src/BottomBar.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
let className = "";
export { className as class };
export let clientHeight;
export let clientHeight = 0;
</script>

<div class="resp-bottom-bar {className}" bind:clientHeight {...$$restProps}>
Expand Down

0 comments on commit 19e8b6f

Please sign in to comment.