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, 3 insertions, 0 deletions
diff --git a/Source/SPTableContent.m b/Source/SPTableContent.m
index 19d9a6b6..13d58e3a 100644
--- a/Source/SPTableContent.m
+++ b/Source/SPTableContent.m
@@ -2569,6 +2569,9 @@
*/
- (BOOL)cancelRowEditing
{
+
+ [[tableDocumentInstance parentWindow] makeFirstResponder:tableContentView];
+
if (!isEditingRow) return NO;
if (isEditingNewRow) {
tableRowsCount--;