Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3353541
D12260.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
401 B
Referenced Files
None
Subscribers
None
D12260.diff
View Options
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 });
}
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 10:13 AM (17 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2574973
Default Alt Text
D12260.diff (401 B)
Attached To
Mode
D12260: [native] Ignore edit button presses while saving
Attached
Detach File
Event Timeline
Log In to Comment