Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit 752e556

Browse files
authored
Fix lint
1 parent ddfde60 commit 752e556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte-materialify/src/components/Textarea/Textarea.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
textarea.style.height = 'auto';
6565
textarea.style.height = `${textarea.scrollHeight}px`;
6666
}
67-
67+
6868
$: if (textarea && autogrow) updateTextareaHeight(value);
6969
</script>
7070

0 commit comments

Comments
 (0)