From 2dca9078e46293c0fe5f580171c1550f182530cb Mon Sep 17 00:00:00 2001 From: bobzel Date: Thu, 16 Nov 2023 21:03:15 -0500 Subject: fixed autoresetview to trigger when document is closed. fixed keyvalueboxes of groups to be interactive. made portals a square aspect ratio. --- src/client/views/nodes/DocumentView.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'src/client/views/nodes') diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 4bfb19f3f..991aaa75e 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -24,7 +24,6 @@ import { Networking } from '../../Network'; import { DictationManager } from '../../util/DictationManager'; import { DocumentManager } from '../../util/DocumentManager'; import { DragManager, dropActionType } from '../../util/DragManager'; -import { InteractionUtils } from '../../util/InteractionUtils'; import { FollowLinkScript } from '../../util/LinkFollower'; import { LinkManager } from '../../util/LinkManager'; import { ScriptingGlobals } from '../../util/ScriptingGlobals'; @@ -680,7 +679,13 @@ export class DocumentViewInternal extends DocComponent