I dunno why I did that
This commit is contained in:
parent
5769cc3a6e
commit
e5345426bc
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue