From 8a293ac029c4ab9973067fe40c3aa9b2f118d27d Mon Sep 17 00:00:00 2001 From: Tyler Schicke Date: Mon, 18 Feb 2019 02:35:01 -0500 Subject: Delayed parsing of background layout in DocumentView --- src/client/views/nodes/DocumentView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/views/nodes') diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index b25a29ad0..5f6e8dad4 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -230,13 +230,13 @@ export class DocumentView extends React.Component { } let backgroundLayout = this.backgroundLayout; if (backgroundLayout) { - let backgroundView = ( { console.log(test) }} - />; + />); bindings.BackgroundView = backgroundView; } -- cgit v1.2.3-70-g09d2