diff options
| author | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-09-10 10:54:29 -0400 |
|---|---|---|
| committer | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-09-10 10:54:29 -0400 |
| commit | 4e34335e600b5d9d29e8a4af99fda6b2a6d3ba69 (patch) | |
| tree | a2abb796aaeac1588375c109dea1d3927bc55ef8 /src/client/views/InkingStroke.tsx | |
| parent | 593a894cf3b707d60b4baf1c400f138bd8b3a783 (diff) | |
more chat features
Diffstat (limited to 'src/client/views/InkingStroke.tsx')
| -rw-r--r-- | src/client/views/InkingStroke.tsx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/client/views/InkingStroke.tsx b/src/client/views/InkingStroke.tsx index 62b79dd5a..a117ff3c3 100644 --- a/src/client/views/InkingStroke.tsx +++ b/src/client/views/InkingStroke.tsx @@ -447,13 +447,13 @@ 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', - }); + // cm?.addItem({ + // description: 'Create a hotkey', + // event: action(() => { + // InkStrokeProperties.Instance._controlButton = !InkStrokeProperties.Instance._controlButton; + // }), + // icon: 'satellite', + // }); }, }; return ( |
