From 9227d660cff098e8db0ed20c9b5283f79f833bdf Mon Sep 17 00:00:00 2001 From: bobzel Date: Thu, 22 Oct 2020 22:51:56 -0400 Subject: fixed presBox errors related to opening context menu --- src/client/views/nodes/PresBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } @action - componentDidMount = () => { + componentDidMount() { this.rootDoc.presBox = this.rootDoc; this.rootDoc._forceRenderEngine = "timeline"; this.rootDoc._replacedChrome = "replaced"; -- cgit v1.2.3-70-g09d2