aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r--Source/TableDocument.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m
index 69fe4a0c..e72f0b86 100644
--- a/Source/TableDocument.m
+++ b/Source/TableDocument.m
@@ -2337,7 +2337,7 @@
{
[self viewContent:self];
- [tableContentInstance makeContentFilterHaveFocus];
+ [tableContentInstance performSelector:@selector(makeContentFilterHaveFocus) withObject:nil afterDelay:0.1];
}
#pragma mark -