chore(deps): update

This commit is contained in:
Carlos Alexandro Becker
2025-01-14 15:34:37 -03:00
parent 3487634e4d
commit fbe642df17
5 changed files with 33 additions and 30 deletions
+1 -1
View File
@@ -34,6 +34,6 @@ func Test_CurrentSuggestion(t *testing.T) {
func Test_SlicingOutsideCap(t *testing.T) {
textinput := New()
textinput.Placeholder = "作業ディレクトリを指定してください"
textinput.Width = 32
textinput.SetWidth(32)
textinput.View()
}