diff --git a/native/calendar/entry.react.js b/native/calendar/entry.react.js --- a/native/calendar/entry.react.js +++ b/native/calendar/entry.react.js @@ -723,7 +723,7 @@ onPressEdit: () => void = () => { if (this.state.editing) { this.completeEdit(); - } else { + } else if (this.state.loadingStatus !== 'loading') { this.guardedSetState({ editing: true }); } };