File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ <h4>Graphics main window</h4>
289289 < div id ="box_2 " class ="box console-box ">
290290 < div id ="emtopx " style ="font-size: var(--toplevel-font-size);display: none; "> </ div >
291291 < div id ="toplevel-container ">
292- < script id ="toplevel-terminal " type ="mpy " terminal >
292+ < script id ="toplevel-terminal " type ="mpy " terminal worker >
293293 import code
294294 from pyscript import window
295295 window . change_font_size ( "toplevel" , 0 )
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ let exec_all = function (instance) {
9393 }
9494 terminal . process ( code ) ;
9595 } )
96- terminal . process ( instance . getValue ( ) ) ;
96+ // terminal.process(instance.getValue());
9797 autoscroll_output ( ) ;
9898} ;
9999
You can’t perform that action at this time.
0 commit comments