diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-03-19 17:49:44 -0400 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-03-19 17:49:44 -0400 |
commit | 8cc8c972c73ea52e6be3d6dc25d9abc6905327df (patch) | |
tree | 1e21a57520f9a4186dab5d7afd87f7d7ecc33968 /src/client/views/nodes/DocumentView.tsx | |
parent | be5c28d20f4c3af1a20b03fe8e93c8fd551e99e6 (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.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 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; |