You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
martindufort
changed the title
ReloadRow animation is not a valid option when doing a reloadDate in AppKitExtension
Animation option for row reloading is not a valid option in AppKitExtension
Jun 7, 2022
Checklist
Current Behavior
When performing a
NSTableView.reload
areloadRowsAnimation
can be specified but this is not a valid option for a reloadData operationExpected Behavior
That parameter should be removed.
The text was updated successfully, but these errors were encountered: