Skip to content

Commit f517fd3

Browse files
committed
Fix the content table always being positioned slightly after the first row when filtering results
1 parent 56817be commit f517fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Source/SPTableContent.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ - (void)filterTableTask
13481348
previousTableRowsCount = 0;
13491349
[self clearTableValues];
13501350
[self loadTableValues];
1351-
[[tableContentView onMainThread] scrollPoint:NSMakePoint(0.0f, 0.0f)];
1351+
[[tableContentView onMainThread] scrollRowToVisible:0];
13521352

13531353
[tableDocumentInstance endTask];
13541354
}

0 commit comments

Comments
 (0)