diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-07 23:24:20 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-07 23:24:20 -0400 |
| commit | 356e2d20f84db0d8b1d9ef0be2504f0ae6d19f08 (patch) | |
| tree | 5a0c9a24aebd32b53a5bc4d31fc189f03e8e6fa0 /src/client/views/nodes/PresBox.tsx | |
| parent | d6bbd8bd52231ffaea6d0f01c9e1447087e17914 (diff) | |
| parent | 4754d0e2424a4246b9c6c519f8205d11721066c8 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/nodes/PresBox.tsx')
| -rw-r--r-- | src/client/views/nodes/PresBox.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/nodes/PresBox.tsx b/src/client/views/nodes/PresBox.tsx index 502fd51f3..b7af4683e 100644 --- a/src/client/views/nodes/PresBox.tsx +++ b/src/client/views/nodes/PresBox.tsx @@ -34,7 +34,8 @@ const PresBoxDocument = makeInterface(documentSchema); @observer export class PresBox extends ViewBoxBaseComponent<FieldViewProps, PresBoxSchema>(PresBoxDocument) { public static LayoutString(fieldKey: string) { return FieldView.LayoutString(PresBox, fieldKey); } - static Instance: PresBox; + + public static Instance: PresBox; @observable _isChildActive = false; @observable _moveOnFromAudio: boolean = true; |
