forked from marva/sumorobot-web
		
	fix ace horizontal scrolling
This commit is contained in:
		@@ -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 */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user