aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-03-26 23:28:54 -0400
committerbobzel <zzzman@gmail.com>2025-03-26 23:28:54 -0400
commit94622ab7b5bef1eccf55adc761a4d71ef4acde55 (patch)
tree26b49d12f989fc9f787add250c120db80f0ccb38
parent6d398efb788689eb1e7bf1ad49e52fd6f11b77d2 (diff)
from last
-rw-r--r--src/client/views/collections/collectionSchema/SchemaCellField.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionSchema/SchemaCellField.tsx b/src/client/views/collections/collectionSchema/SchemaCellField.tsx
index 9a3ffc7f2..7d588e0e9 100644
--- a/src/client/views/collections/collectionSchema/SchemaCellField.tsx
+++ b/src/client/views/collections/collectionSchema/SchemaCellField.tsx
@@ -99,7 +99,7 @@ export class SchemaCellField extends ObservableReactComponent<SchemaCellFieldPro
() => ({ fieldVal: this._props.GetValue(), editing: this._editing }),
({ fieldVal, editing }) => {
this._unrenderedContent = fieldVal ?? '';
- !this._editing && this.finalizeEdit(false, false, false);
+ !editing && this.finalizeEdit(false, false, false);
}
);
}