Skip to content

Commit

Permalink
fix: chat input box
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrisse committed May 10, 2024
1 parent c2eb836 commit 613348e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/leapfrogai_ui/src/lib/components/LFTextArea.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ The invalid prop can still be passed to this component to validate for other con
}
onMount(() => {
const style = getComputedStyle(document.documentElement);
inputHeight = style.getPropertyValue('--message-input-height').trim();
resizeTextArea();
});
</script>
Expand Down

0 comments on commit 613348e

Please sign in to comment.