diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-08-10 09:54:55 +0530 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-08-10 09:54:55 +0530 |
| commit | 3bfb158e4560ca2aa45373d39e46021a25051c96 (patch) | |
| tree | 2282a85074bf3eceb3f33285016a605f13584fd6 /src/client/views/nodes/PresBox.tsx | |
| parent | ef0528db45c3050671174163181531ace8692bdd (diff) | |
| parent | b096129d54238bc4cea735cd2db8e5f3e94613b7 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into acls_uv
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; |
