File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import ShowCodeAndXML from './ShowCodeAndXML';
1818// import { BlockReact, CategoryReact } from '../../BlocklyFields';
1919import { ContentHighlight } from '@blockly/workspace-content-highlight' ;
2020import { ZoomToFitControl } from '@blockly/zoom-to-fit' ;
21- import { shadowBlockConversionChangeListener } from '@blockly/shadow-block-converter' ;
21+ // import {shadowBlockConversionChangeListener} from '@blockly/shadow-block-converter';
2222import { CrossTabCopyPaste } from '@blockly/plugin-cross-tab-copy-paste' ;
2323import { Backpack } from '@blockly/workspace-backpack' ;
2424import ExistingSwagger from '../Swagger/ExistingSwagger' ;
@@ -939,7 +939,7 @@ Blockly.setLocale(locale);
939939 const zoomToFit = new ZoomToFitControl ( primaryWorkspace . current ) ;
940940 zoomToFit . init ( ) ;
941941
942- primaryWorkspace . current . addChangeListener ( shadowBlockConversionChangeListener ) ;
942+ // primaryWorkspace.current.addChangeListener(shadowBlockConversionChangeListener);
943943
944944 const options = {
945945 contextMenu : true ,
Original file line number Diff line number Diff line change 11declare module '@blockly/workspace-content-highlight' ;
22declare module '@blockly/zoom-to-fit' ;
3- declare module '@blockly/shadow-block-converter' ;
3+ // declare module '@blockly/shadow-block-converter';
44declare module '@blockly/plugin-cross-tab-copy-paste' ;
55declare module '@blockly/workspace-backpack' ;
You can’t perform that action at this time.
0 commit comments