diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-05-20 17:56:42 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-05-20 17:56:42 -0400 |
| commit | f4b18882d8bd31272d5eb7555c9b80609715b935 (patch) | |
| tree | e33fe687d118be50c9805d04862b9f5af9866d8a /src/client/views/nodes/PresBox.tsx | |
| parent | c04da1528de48a1e911f5c8989f32bfd0138882b (diff) | |
cleaned up some warnings
Diffstat (limited to 'src/client/views/nodes/PresBox.tsx')
| -rw-r--r-- | src/client/views/nodes/PresBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/PresBox.tsx b/src/client/views/nodes/PresBox.tsx index 09c03fb30..80b8e7840 100644 --- a/src/client/views/nodes/PresBox.tsx +++ b/src/client/views/nodes/PresBox.tsx @@ -213,7 +213,7 @@ export class PresBox extends ViewBoxBaseComponent<FieldViewProps, PresBoxSchema> this.hideIfNotPresented(index); this.showAfterPresented(index); } - }) + }); //The function that starts or resets presentaton functionally, depending on status flag. startOrResetPres = () => { |
