I dunno why I did that

This commit is contained in:
Lilian Jónsdóttir 2024-07-15 17:55:51 -07:00
parent 5769cc3a6e
commit e5345426bc

View file

@ -426,7 +426,7 @@ func (m *model) selectAll() {
}
m.selected = map[string]bool{}
for i := range len(m.table.Rows()) {
for i := range m.table.Rows() {
m.selected[m.files[i].String()] = true
}
m.updateRows(true)