diff options
author | bobzel <zzzman@gmail.com> | 2023-04-05 12:44:50 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-04-05 12:44:50 -0400 |
commit | 1edbb801fdd1cfecbd0838f382149fc2b38a4df1 (patch) | |
tree | 7cec0661229bcbd22e5eee8d6dcd223a13cff8ff /src/client/views/nodes/DocumentView.tsx | |
parent | e4b76f6c1dee63c49408c48d7b2bc98e62dc813a (diff) |
fixed dragging groups
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 159aa026a..0e0e22b84 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -876,7 +876,7 @@ export class DocumentViewInternal extends DocComponent<DocumentViewInternalProps : Doc.ActiveTool !== InkTool.None || SnappingManager.GetIsDragging() || this.rootSelected() || - this.props.Document.forceActive || + this.rootDoc.forceActive || this.props.isSelected(outsideReaction) || this._componentView?.isAnyChildContentActive?.() || this.props.isContentActive() |