Skip to content

Commit

Permalink
fix: remove default character limit
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Nov 15, 2024
1 parent f439d83 commit 398e92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textarea/textarea.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (
minHeight = 1
defaultHeight = 6
defaultWidth = 40
defaultCharLimit = 400
defaultCharLimit = 0 // no limit
defaultMaxHeight = 99
defaultMaxWidth = 500

Expand Down

0 comments on commit 398e92c

Please sign in to comment.