aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-10-22 22:51:56 -0400
committerbobzel <zzzman@gmail.com>2020-10-22 22:51:56 -0400
commit9227d660cff098e8db0ed20c9b5283f79f833bdf (patch)
tree15ae930e698c9fadb64050f3e08fd361d711c4bf /src
parent749873972fba8ed8d5b34b73b43947d6356b882e (diff)
fixed presBox errors related to opening context menu
Diffstat (limited to 'src')
-rw-r--r--src/client/views/nodes/PresBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/PresBox.tsx b/src/client/views/nodes/PresBox.tsx
index 4d0749635..01ca8240b 100644
--- a/src/client/views/nodes/PresBox.tsx
+++ b/src/client/views/nodes/PresBox.tsx
@@ -136,7 +136,7 @@ export class PresBox extends ViewBoxBaseComponent<FieldViewProps, PresBoxSchema>
}
@action
- componentDidMount = () => {
+ componentDidMount() {
this.rootDoc.presBox = this.rootDoc;
this.rootDoc._forceRenderEngine = "timeline";
this.rootDoc._replacedChrome = "replaced";