diff options
| author | Melissa Zhang <mzhang19096@gmail.com> | 2020-08-08 15:35:31 -0700 |
|---|---|---|
| committer | Melissa Zhang <mzhang19096@gmail.com> | 2020-08-08 15:35:31 -0700 |
| commit | 2a23ebe83ae573c0c0bbd27f4a2b3bf2a0e59d51 (patch) | |
| tree | f154a83eacd502d43d553e06107ee0dbbcfe3abf /src/client/views/nodes/PresBox.tsx | |
| parent | 6263a4539576ce92f97a02b9e7bde2804e01a6df (diff) | |
| parent | 47e3170534393ab9e4140c18b32110f83753d817 (diff) | |
merge with master
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; |
