Revision: 29391
http://sourceforge.net/p/bibdesk/svn/29391
Author: hofman
Date: 2025-07-28 22:50:40 +0000 (Mon, 28 Jul 2025)
Log Message:
-----------
don'tt return too early
Modified Paths:
--------------
trunk/bibdesk/BDSKEditor.m
Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m 2025-07-28 22:50:20 UTC (rev 29390)
+++ trunk/bibdesk/BDSKEditor.m 2025-07-28 22:50:40 UTC (rev 29391)
@@ -2913,7 +2913,6 @@
if (editorFlags.isEditing) {
editorFlags.allowFragileCharacters = YES;
BOOL didEndEditing = [self commitEditingAndReturnError:NULL];
- return;
editorFlags.allowFragileCharacters = NO;
if (didEndEditing == NO)
[self discardEditing];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit