aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/CaptureManager.tsx
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-05-02 00:36:11 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-05-02 00:36:11 -0400
commit154029278c92327eb48955ac2c7137b5a59b1d7d (patch)
treef519fd5e0b9aeee69a70781996322af3465aa5cd /src/client/util/CaptureManager.tsx
parent7046d5b08275e58b173af915743ed8152c934ff0 (diff)
selected cell moves with col; jitter on col move index 0 fixed
Diffstat (limited to 'src/client/util/CaptureManager.tsx')
-rw-r--r--src/client/util/CaptureManager.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/util/CaptureManager.tsx b/src/client/util/CaptureManager.tsx
index 2e13aff2f..17eba55e7 100644
--- a/src/client/util/CaptureManager.tsx
+++ b/src/client/util/CaptureManager.tsx
@@ -82,6 +82,7 @@ export class CaptureManager extends React.Component<{}> {
<div
className="cancel"
onClick={() => {
+ console.log("cancel") //!!!
const selected = SelectionManager.Views.slice();
SelectionManager.DeselectAll();
selected.map(dv => dv.props.removeDocument?.(dv.Document));