1
0
mirror of https://github.com/rivo/tview.git synced 2025-04-24 13:48:56 +08:00

Merge 318c788ee468eb9e0ccf28bdca3d5caf6e696b38 into c76f7879f592d17e9e68a1d795a85faae6cb7414

This commit is contained in:
Sam Whited 2024-11-23 09:19:49 -05:00 committed by GitHub
commit f0b1c92e2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,9 +94,6 @@ type textAreaUndoItem struct {
// text is not supported. Word-wrapping is enabled by default but can be turned
// off or be changed to character-wrapping.
//
// At this point, a text area cannot be added to a [Form]. This will be added in
// the future.
//
// # Navigation and Editing
//
// A text area is always in editing mode and no other mode exists. The following