diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-11-03 16:59:13 -0500 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-11-03 16:59:13 -0500 |
| commit | ca406ddce0a9b35ca9063f74979c952e080339f1 (patch) | |
| tree | 07bbc45be5891ebfbdd1131a35f28023b9ea77c0 /src/client/views/collections/CollectionDockingView.tsx | |
| parent | 525e18727edbdaba578e1ace748ddfd9573a65a4 (diff) | |
some infrastructure stuff and bug fixes. not really any new features yet
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionDockingView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx index 937a4949e..3ff99b9f4 100644 --- a/src/client/views/collections/CollectionDockingView.tsx +++ b/src/client/views/collections/CollectionDockingView.tsx @@ -617,7 +617,7 @@ export class DockedFrameRenderer extends React.Component<DockedFrameProps> { } } - get layoutDoc() { return this._document && Doc.Layout(this._document);} + get layoutDoc() { return this._document && Doc.Layout(this._document); } panelWidth = () => this.layoutDoc && this.layoutDoc.maxWidth ? Math.min(Math.max(NumCast(this.layoutDoc.width), NumCast(this.layoutDoc.nativeWidth)), this._panelWidth) : this._panelWidth; panelHeight = () => this._panelHeight; |
