diff options
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index c8f677c5f..541dddd83 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -337,6 +337,7 @@ export class DocumentViewInternal extends DocComponent<DocumentViewInternalProps DocumentView.LongPress || this.props.onClickScriptDisable === 'always' || this._componentView?.onClickScriptDisable?.() || + (this.props.onClickScriptDisable !== 'never' && (this.rootSelected() || this.props.isSelected())) || this._componentView?.isAnyChildContentActive?.() ); } |