diff options
| author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-05-02 00:36:11 -0400 |
|---|---|---|
| committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-05-02 00:36:11 -0400 |
| commit | 154029278c92327eb48955ac2c7137b5a59b1d7d (patch) | |
| tree | f519fd5e0b9aeee69a70781996322af3465aa5cd /src/client/views/DocumentDecorations.tsx | |
| parent | 7046d5b08275e58b173af915743ed8152c934ff0 (diff) | |
selected cell moves with col; jitter on col move index 0 fixed
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
| -rw-r--r-- | src/client/views/DocumentDecorations.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index 2fb9f0fc1..8f042e68c 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -301,6 +301,7 @@ export class DocumentDecorations extends ObservableReactComponent<DocumentDecora onIconifyClick = (): void => { SelectionManager.Views.forEach(dv => dv?.iconify()); + console.log("iconify") //!!! SelectionManager.DeselectAll(); }; |
