fix(textarea): placeholder with chinese chars (#767)

This commit is contained in:
Carlos Alexandro Becker
2025-03-31 19:55:03 -03:00
committed by GitHub
parent bd2a5b0c6a
commit 8b55efb294
3 changed files with 27 additions and 3 deletions
+1 -1
View File
@@ -7,6 +7,7 @@ toolchain go1.23.7
require (
github.com/MakeNowJust/heredoc v1.0.0
github.com/atotto/clipboard v0.1.4
github.com/aymanbagabas/go-udiff v0.2.0
github.com/charmbracelet/bubbletea v1.3.4
github.com/charmbracelet/harmonica v0.2.0
github.com/charmbracelet/lipgloss v1.1.0
@@ -22,7 +23,6 @@ require (
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/aymanbagabas/go-udiff v0.2.0 // indirect
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
github.com/charmbracelet/x/term v0.2.1 // indirect