diff options
| author | bobzel <zzzman@gmail.com> | 2025-03-24 20:13:43 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-03-24 20:13:43 -0400 |
| commit | 70898430dc45ec3422ab2e05fc46054ba56a1909 (patch) | |
| tree | fdd949846e93f93f3342064f1302a3f427e20495 /src/client/views/nodes/FieldView.tsx | |
| parent | c1a474fd2cf633fa204f1bb6dce2539f4b172d6c (diff) | |
fixed iconifying collections to show image icon. fixed shortcut for using cached template. fixed onClick prop type
Diffstat (limited to 'src/client/views/nodes/FieldView.tsx')
| -rw-r--r-- | src/client/views/nodes/FieldView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/FieldView.tsx b/src/client/views/nodes/FieldView.tsx index f82e980f5..933868c46 100644 --- a/src/client/views/nodes/FieldView.tsx +++ b/src/client/views/nodes/FieldView.tsx @@ -80,7 +80,7 @@ export interface FieldViewSharedProps { styleProvider: Opt<StyleProviderFuncType>; setTitleFocus?: () => void; focus: FocusFuncType; - onClickScript?: () => ScriptField; + onClickScript?: () => ScriptField | undefined; onDoubleClickScript?: () => ScriptField; onPointerDownScript?: () => ScriptField; onPointerUpScript?: () => ScriptField; |
