From 43626b1c559bfe593bc86babf7a35115d72edd30 Mon Sep 17 00:00:00 2001 From: bob Date: Wed, 27 Feb 2019 17:24:07 -0500 Subject: fixed golden layout exception --- src/client/views/collections/CollectionDockingView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/views/collections') diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx index 2230ec14f..ac8bac22e 100644 --- a/src/client/views/collections/CollectionDockingView.tsx +++ b/src/client/views/collections/CollectionDockingView.tsx @@ -163,7 +163,7 @@ export class CollectionDockingView extends React.Component this.props.Document.GetText(KeyStore.Data, ""), - () => this.setupGoldenLayout(), { fireImmediately: true }); + () => setTimeout(() => this.setupGoldenLayout(), 1), { fireImmediately: true }); window.addEventListener('resize', this.onResize); // bcz: would rather add this event to the parent node, but resize events only come from Window } -- cgit v1.2.3-70-g09d2