aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTableContent.m')
-rw-r--r--Source/SPTableContent.m3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/SPTableContent.m b/Source/SPTableContent.m
index 0ee639c8..ac76f093 100644
--- a/Source/SPTableContent.m
+++ b/Source/SPTableContent.m
@@ -4204,9 +4204,6 @@
// Call the field editor sheet
[self tableView:tableContentView shouldEditTableColumn:NSArrayObjectAtIndex([tableContentView tableColumns], column) row:row];
- // Reset the field editor
- [tableContentView editColumn:column row:row withEvent:nil select:YES];
-
return NO;
}