diff options
author | bobzel <zzzman@gmail.com> | 2021-03-29 22:37:58 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-03-29 22:37:58 -0400 |
commit | 96fd7e51d56bdd95a9f54d61090f45cd0dd17e6a (patch) | |
tree | 42076fa7bc69bb00002773c4fc83c1fe22c1c6ff /src/client/views/MainView.tsx | |
parent | 589f07ea018368057fe80b136c3fd2153efe0fcb (diff) |
more progress in fixing & simplifying active/selected stuff
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 83949eba2..944430aaa 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -253,6 +253,7 @@ export class MainView extends React.Component { layerProvider={undefined} styleProvider={undefined} rootSelected={returnTrue} + isContentActive={returnFalse} removeDocument={undefined} ScreenToLocalTransform={Transform.Identity} PanelWidth={this.getPWidth} @@ -348,6 +349,7 @@ export class MainView extends React.Component { PanelWidth={this.flyoutWidthFunc} PanelHeight={this.getContentsHeight} renderDepth={0} + isContentActive={returnTrue} scriptContext={CollectionDockingView.Instance.props.Document} focus={DocUtils.DefaultFocus} whenChildContentsActiveChanged={emptyFunction} @@ -381,6 +383,7 @@ export class MainView extends React.Component { focus={DocUtils.DefaultFocus} styleProvider={DefaultStyleProvider} layerProvider={undefined} + isContentActive={returnTrue} whenChildContentsActiveChanged={emptyFunction} bringToFront={emptyFunction} docFilters={returnEmptyFilter} |