ra1028 / DifferenceKit

💻 A fast and flexible O(n) difference algorithm framework for Swift collection.

Home Page:https://ra1028.github.io/DifferenceKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Animation option for row reloading is not a valid option in AppKitExtension

martindufort opened this issue · comments

Checklist

Current Behavior

When performing a NSTableView.reload a reloadRowsAnimation can be specified but this is not a valid option for a reloadData operation

Expected Behavior

That parameter should be removed.