diff options
| author | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-09-17 13:48:13 -0400 |
|---|---|---|
| committer | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-09-17 13:48:13 -0400 |
| commit | 5c4bcbd6a2ce70f6513c5dff872522dde3fcbcc3 (patch) | |
| tree | 8f41df7dedce29f7cbcc3b6924de96f2e9f46144 /src/client/views/InkingStroke.tsx | |
| parent | 64635a0a0e07a107c4019e366feb2fe5b01c8b04 (diff) | |
ready to pull REAL
Diffstat (limited to 'src/client/views/InkingStroke.tsx')
| -rw-r--r-- | src/client/views/InkingStroke.tsx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/client/views/InkingStroke.tsx b/src/client/views/InkingStroke.tsx index 067b11310..2e82371cb 100644 --- a/src/client/views/InkingStroke.tsx +++ b/src/client/views/InkingStroke.tsx @@ -450,13 +450,6 @@ export class InkingStroke extends ViewBoxAnnotatableComponent<FieldViewProps>() }), icon: 'paint-brush', }); - // cm?.addItem({ - // description: 'Create a hotkey', - // event: action(() => { - // InkStrokeProperties.Instance._controlButton = !InkStrokeProperties.Instance._controlButton; - // }), - // icon: 'satellite', - // }); }, }; return ( |
