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/nodes/DocumentLinksButton.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/nodes/DocumentLinksButton.tsx')
| -rw-r--r-- | src/client/views/nodes/DocumentLinksButton.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentLinksButton.tsx b/src/client/views/nodes/DocumentLinksButton.tsx index c35a329c9..d30f00829 100644 --- a/src/client/views/nodes/DocumentLinksButton.tsx +++ b/src/client/views/nodes/DocumentLinksButton.tsx @@ -38,7 +38,6 @@ export class DocButtonState { // eslint-disable-next-line no-use-before-define public static _instance: DocButtonState | undefined; public static get Instance() { - // eslint-disable-next-line no-return-assign return DocButtonState._instance ?? (DocButtonState._instance = new DocButtonState()); } constructor() { |
