aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-06-07 16:49:36 -0400
committerbobzel <zzzman@gmail.com>2022-06-07 16:49:36 -0400
commit3bf78af650a17db0a836118cb49159fd94cb8de2 (patch)
tree97b4c7272fd4fd36d81f7895c2abba94c7fc4fb4 /src
parent2f3adfaf5dfc3acfa3f1f54c9334aebd3a91575a (diff)
from last
Diffstat (limited to 'src')
-rw-r--r--src/client/views/OverlayView.tsx2
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}