diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-03 02:34:21 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-03 02:34:21 -0400 |
| commit | a9ad415f054edb532f544ac2037e97ba573521ae (patch) | |
| tree | 40c41726ff4b83a995009262fd241335e3f5e667 /src/client/views/InkingStroke.tsx | |
| parent | 6ab1be67787779c8a6b26f9fbb058a8ccc973fa6 (diff) | |
| parent | 8d1f4cdf924a4002f132886230eb85a40dfcae3f (diff) | |
Merge branch 'menu_restructure' of https://github.com/browngraphicslab/Dash-Web into menu_restructure
Diffstat (limited to 'src/client/views/InkingStroke.tsx')
| -rw-r--r-- | src/client/views/InkingStroke.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/InkingStroke.tsx b/src/client/views/InkingStroke.tsx index 5892e8346..8e3f72cee 100644 --- a/src/client/views/InkingStroke.tsx +++ b/src/client/views/InkingStroke.tsx @@ -178,7 +178,7 @@ export class InkingStroke extends ViewBoxBaseComponent<FieldViewProps, InkDocume if (cm) { !Doc.UserDoc().noviceMode && cm.addItem({ description: "Recognize Writing", event: this.analyzeStrokes, icon: "paint-brush" }); cm.addItem({ description: "Make Mask", event: this.makeMask, icon: "paint-brush" }); - cm.addItem({ description: "Format Shape...", event: this.formatShape, icon: "paint-brush" }); + //cm.addItem({ description: "Format Shape...", event: this.formatShape, icon: "paint-brush" }); } }} ><defs> |
