diff options
author | bobzel <zzzman@gmail.com> | 2022-06-07 16:49:36 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-06-07 16:49:36 -0400 |
commit | 3bf78af650a17db0a836118cb49159fd94cb8de2 (patch) | |
tree | 97b4c7272fd4fd36d81f7895c2abba94c7fc4fb4 /src | |
parent | 2f3adfaf5dfc3acfa3f1f54c9334aebd3a91575a (diff) |
from last
Diffstat (limited to 'src')
-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 f5e686473..c3c103b50 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={returnTrue} + isContentActive={retu} whenChildContentsActiveChanged={emptyFunction} focus={DocUtils.DefaultFocus} styleProvider={DefaultStyleProvider} |