fix(textarea): doc comment

Co-authored-by: Ayman Bagabas <ayman.bagabas@gmail.com>
This commit is contained in:
Christian Rocha
2025-01-31 16:21:17 -05:00
co-authored by Ayman Bagabas
parent 7cdd5f37fe
commit 0b3c0a2653
+1 -1
View File
@@ -1412,7 +1412,7 @@ func Blink() tea.Msg {
//
// // In your top-level View function:
// f := tea.NewFrame(m.textarea.View())
// f.Cursor = m.textarea.RealCursor()
// f.Cursor = m.textarea.Cursor()
// f.Cursor.Position.X += offsetX
// f.Cursor.Position.Y += offsetY
//