diff options
| author | bobzel <zzzman@gmail.com> | 2022-06-08 01:17:24 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-06-08 01:17:24 -0400 |
| commit | f8840672a7bcb3f337d8e50098f374a1b2d441ce (patch) | |
| tree | ae91a89fb8711c0fa216402c58c4acc130c65028 /src/client/views/OverlayView.tsx | |
| parent | 3bf78af650a17db0a836118cb49159fd94cb8de2 (diff) | |
added ability to make thumbnails of dashboards. started to cleanup dockingView/goldenlayout undo event handling. cleaned up tab doc list in docking view. made titles editable again in treeview. fixed overlay view to work with image docs etc by setting top/left in css
Diffstat (limited to 'src/client/views/OverlayView.tsx')
| -rw-r--r-- | src/client/views/OverlayView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/OverlayView.tsx b/src/client/views/OverlayView.tsx index c3c103b50..f5e686473 100644 --- a/src/client/views/OverlayView.tsx +++ b/src/client/views/OverlayView.tsx @@ -200,7 +200,7 @@ export class OverlayView extends React.Component { ScreenToLocalTransform={this.docScreenToLocalXf(d)} renderDepth={1} isDocumentActive={returnTrue} - isContentActive={retu} + isContentActive={returnTrue} whenChildContentsActiveChanged={emptyFunction} focus={DocUtils.DefaultFocus} styleProvider={DefaultStyleProvider} |
