diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-07 00:58:58 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-07 00:58:58 -0500 |
| commit | 625882842ca6af7563983c52a22543469a0fa319 (patch) | |
| tree | 83e3636a083814d5d4bad63101c17b9128c1274f /src/client/views/nodes/PresBox.tsx | |
| parent | 58cabbc6f63cd0228f3d2cd807481b8ed152c640 (diff) | |
smaller buttons and bug fix
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; |
