We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed674e commit 46616b9Copy full SHA for 46616b9
src/routes/team/[team]/(teamTabs)/settings/EditText.svelte
@@ -54,7 +54,7 @@
54
<!--
55
some weird problems when doing server side rendering. Reduce jumping by rendering with less components
56
-->
57
- <span bind:clientHeight={height}>{text} {height}</span>
+ <span bind:clientHeight={height}>{text}</span>
58
{/if}
59
60
<style>
0 commit comments