diff options
| author | bob <bcz@cs.brown.edu> | 2019-07-15 11:57:23 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-07-15 11:57:23 -0400 |
| commit | c9bf8852a77298e1e958cfc72559418b6cb5981a (patch) | |
| tree | d063af56651433e74926042437ec5adbeec65eb9 /src/client/views | |
| parent | 27fc2cce30d990502f7836054eb15e24f51e709c (diff) | |
tweaks
Diffstat (limited to 'src/client/views')
| -rw-r--r-- | src/client/views/collections/CollectionDockingView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx index 781bafec0..1069ebbdb 100644 --- a/src/client/views/collections/CollectionDockingView.tsx +++ b/src/client/views/collections/CollectionDockingView.tsx @@ -260,6 +260,7 @@ export class CollectionDockingView extends React.Component<SubCollectionViewProp // Because this is in a set timeout, if this component unmounts right after mounting, // we will leak a GoldenLayout, because we try to destroy it before we ever create it setTimeout(() => this.setupGoldenLayout(), 1); + DocListCast((CurrentUserUtils.UserDocument.workspaces as Doc).data).map(d => d.workspaceBrush = false); this.props.Document.workspaceBrush = true; } this._ignoreStateChange = ""; |
