mirror of
https://github.com/taigrr/teaqlite.git
synced 2026-04-02 04:59:03 -07:00
fixup, add docs
This commit is contained in:
@@ -6,7 +6,6 @@ import (
|
||||
tea "github.com/charmbracelet/bubbletea"
|
||||
)
|
||||
|
||||
// Edit Cell Model
|
||||
type EditCellModel struct {
|
||||
Shared *SharedData
|
||||
rowIndex int
|
||||
@@ -88,4 +87,5 @@ func (m *EditCellModel) View() string {
|
||||
content += HelpStyle.Render("enter: save • esc: cancel")
|
||||
|
||||
return content
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user