aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-03-19 17:49:44 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-03-19 17:49:44 -0400
commit8cc8c972c73ea52e6be3d6dc25d9abc6905327df (patch)
tree1e21a57520f9a4186dab5d7afd87f7d7ecc33968 /src/client/views/nodes/DocumentView.tsx
parentbe5c28d20f4c3af1a20b03fe8e93c8fd551e99e6 (diff)
routing select through selectCell; shift select kind of working; cell selection updating still broken; cell select with shift select broken
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r--src/client/views/nodes/DocumentView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx
index a46426e0b..c957e7429 100644
--- a/src/client/views/nodes/DocumentView.tsx
+++ b/src/client/views/nodes/DocumentView.tsx
@@ -1335,7 +1335,7 @@ export class DocumentView extends DocComponent<DocumentViewProps>() {
zoomTime: 500,
});
}
- /*}*/
+ //}
};
DataTransition = () => this._props.DataTransition?.() || StrCast(this.Document.dataTransition);
ShouldNotScale = () => this.shouldNotScale;