Skip to content

Commit

Permalink
Merge pull request #138 from ibsh/master
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 authored Mar 21, 2022
2 parents 62745d7 + 888a558 commit 8d45ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Extensions/AppKitExtension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public extension NSTableView {
}

if !changeset.elementUpdated.isEmpty {
reloadData(forRowIndexes: IndexSet(changeset.elementUpdated.map { $0.element }), columnIndexes: IndexSet(changeset.elementUpdated.map { $0.section }))
reloadData(forRowIndexes: IndexSet(changeset.elementUpdated.map { $0.element }), columnIndexes: IndexSet(0..<tableColumns.count))
}

for (source, target) in changeset.elementMoved {
Expand Down

0 comments on commit 8d45ea9

Please sign in to comment.