File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2020 * @author [email protected] (Alan Smith) 2121 */
2222import * as Blockly from 'blockly' ;
23- import { Order } from 'blockly/python' ;
2423
2524import { ExtendedPythonGenerator } from '../editor/extended_python_generator' ;
2625import { createFieldNonEditableText } from '../fields/FieldNonEditableText' ;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import {Order} from 'blockly/python';
2424
2525import { MRC_STYLE_STEPS } from '../themes/styles' ;
2626import { ExtendedPythonGenerator } from '../editor/extended_python_generator' ;
27- import { createStepFieldFlydown , FieldFlydown } from '../fields/field_flydown' ;
27+ import { createStepFieldFlydown } from '../fields/field_flydown' ;
2828import * as stepContainer from './mrc_step_container'
2929
3030export const BLOCK_NAME = 'mrc_steps' ;
@@ -75,8 +75,7 @@ const STEPS = {
7575 }
7676 const stepContainerBlock = containerBlock as stepContainer . StepContainerBlock ;
7777 const stepItemBlocks : stepContainer . StepItemBlock [ ] = stepContainerBlock . getStepItemBlocks ( ) ;
78- stepItemBlocks . forEach ( ( stepItemBlock ) => {
79- } ) ;
78+
8079 this . mrcStepNames = [ ] ;
8180 stepItemBlocks . forEach ( ( stepItemBlock ) => {
8281 this . mrcStepNames . push ( stepItemBlock . getName ( ) ) ;
You can’t perform that action at this time.
0 commit comments