File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -375,8 +375,8 @@ export class DrawIODocumentWidget extends DocumentWidget<DrawIOWidget> {
375
375
376
376
//Direction
377
377
this . _commands . addCommand ( 'drawio:command/flipH' , {
378
- label : 'Left Align ' ,
379
- caption : 'Left Align ' ,
378
+ label : 'Flip Horizintal ' ,
379
+ caption : 'Flip Horizintal ' ,
380
380
execute : ( ) => {
381
381
this . content . graph . toggleCellStyles (
382
382
this . content . mx . mxConstants . STYLE_FLIPH ,
@@ -385,8 +385,8 @@ export class DrawIODocumentWidget extends DocumentWidget<DrawIOWidget> {
385
385
}
386
386
} ) ;
387
387
this . _commands . addCommand ( 'drawio:command/flipV' , {
388
- label : 'Left Align ' ,
389
- caption : 'Left Align ' ,
388
+ label : 'Flip Vertical ' ,
389
+ caption : 'Flip Vertical ' ,
390
390
execute : ( ) => {
391
391
this . content . graph . toggleCellStyles (
392
392
this . content . mx . mxConstants . STYLE_FLIPV ,
You can’t perform that action at this time.
0 commit comments