forked from marva/sumorobot-web
fix ace horizontal scrolling
This commit is contained in:
parent
50d1bb5490
commit
dba4dafc7f
@ -480,6 +480,8 @@ window.onload = function() {
|
||||
case 80: // p
|
||||
$("#blocklyDiv").toggle();
|
||||
$("#blocklyArea").toggle();
|
||||
/* resize the Python code editor */
|
||||
pythonEditor.resize();
|
||||
/* disable / enable ace editor */
|
||||
pythonEditor.setReadOnly(pythonEnabled);
|
||||
/* toggle python enabled */
|
||||
|
Loading…
Reference in New Issue
Block a user