diff options
| author | bobzel <zzzman@gmail.com> | 2025-05-16 11:46:22 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-05-16 11:46:22 -0400 |
| commit | 2c26d7c96e56344a1a73a7c6f6dec3d6b0f0ee7e (patch) | |
| tree | 711b88a3c257d3fc5e5e71fd87cf1c8cebdbcd23 /src/client/views/PropertiesButtons.tsx | |
| parent | 3741baee864a8bec757b4e50a58698a0064293be (diff) | |
changed isGroup to freeform_isGroup to fix issues with groups that are changed into other collection types. fixed toggleTarget links to work when opening in a light box (previously they flickered on, then off). fixed text boxes with a number field as data to act like a number input box.
Diffstat (limited to 'src/client/views/PropertiesButtons.tsx')
| -rw-r--r-- | src/client/views/PropertiesButtons.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/PropertiesButtons.tsx b/src/client/views/PropertiesButtons.tsx index ded342df0..2c84d7fe7 100644 --- a/src/client/views/PropertiesButtons.tsx +++ b/src/client/views/PropertiesButtons.tsx @@ -238,8 +238,8 @@ export class PropertiesButtons extends React.Component { // on => `Display collection as a Group`, // on => 'object-group', // (dv, doc) => { - // doc.isGroup = !doc.isGroup; - // doc.forceActive = doc.isGroup; + // docfreeform_isGroup = !docfreeform_isGroup; + // doc.forceActive = docfreeform_isGroup; // } // ); // } |
