update block and line highlightning
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
var codingEditor = null;
|
||||
// Where Blockly is converted to Python
|
||||
var readOnlyCodingEditor = null;
|
||||
// Range for ace editor line highlighting
|
||||
var Range = ace.require('ace/range').Range;
|
||||
|
||||
window.addEventListener('load', function() {
|
||||
// Load read only ace editor
|
||||
|
Reference in New Issue
Block a user