Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix the content table always being positioned slightly after the firs…
…t row when filtering results
  • Loading branch information
dmoagx committed May 28, 2018
1 parent 56817be commit f517fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SPTableContent.m
Expand Up @@ -1348,7 +1348,7 @@ - (void)filterTableTask
previousTableRowsCount = 0;
[self clearTableValues];
[self loadTableValues];
[[tableContentView onMainThread] scrollPoint:NSMakePoint(0.0f, 0.0f)];
[[tableContentView onMainThread] scrollRowToVisible:0];

[tableDocumentInstance endTask];
}
Expand Down

0 comments on commit f517fd3

Please sign in to comment.