diff options
| author | bobzel <zzzman@gmail.com> | 2023-03-03 10:05:50 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-03-03 10:05:50 -0500 |
| commit | a95043b3fd0325f79cae080bc71e8fe06432bdc3 (patch) | |
| tree | 15793cf2c63c4f180fcf73da54b3af82a2310920 /src/client/views | |
| parent | bcdd26bd71a40ba78cdc38d957c91cfa1d0b6d63 (diff) | |
fixed assigning non-setter functions
Diffstat (limited to 'src/client/views')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index 9bfa946ea..79832eb39 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -1416,6 +1416,7 @@ export class CollectionFreeFormView extends CollectionSubView<Partial<collection case undefined: case OpenWhere.lightbox: if (this.layoutDoc._isLightbox) { + // _isLightbox docs have a script that will unset this overlay onClick this.layoutDoc[this.props.fieldKey] = new List<Doc>(doc instanceof Doc ? [doc] : doc); return true; } |
