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>
289
289
< div id ="box_2 " class ="box console-box ">
290
290
< div id ="emtopx " style ="font-size: var(--toplevel-font-size);display: none; "> </ div >
291
291
< div id ="toplevel-container ">
292
- < script id ="toplevel-terminal " type ="mpy " terminal >
292
+ < script id ="toplevel-terminal " type ="mpy " terminal worker >
293
293
import code
294
294
from pyscript import window
295
295
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) {
93
93
}
94
94
terminal . process ( code ) ;
95
95
} )
96
- terminal . process ( instance . getValue ( ) ) ;
96
+ // terminal.process(instance.getValue());
97
97
autoscroll_output ( ) ;
98
98
} ;
99
99
You can’t perform that action at this time.
0 commit comments