This commit is contained in:
5684185+vsariola@users.noreply.github.com
2025-06-25 12:53:57 +03:00
parent d276f52942
commit 6b92ec10cc
10 changed files with 700 additions and 625 deletions

View File

@ -200,6 +200,10 @@ func (oe *OrderEditor) command(t *Tracker, e key.Event) {
}
}
func (t *OrderEditor) Tags(level int, yield TagYieldFunc) bool {
return yield(level+1, t.scrollTable.RowTitleList) && yield(level+1, t.scrollTable.ColTitleList) && yield(level, t.scrollTable)
}
func patternIndexToString(index int) string {
if index < 0 {
return ""