mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
Fix several RTL bugs.
This commit is contained in:
@@ -406,6 +406,7 @@ Code.init = function() {
|
||||
function(name_) {return function() {Code.tabClick(name_);};}(name));
|
||||
}
|
||||
|
||||
onresize();
|
||||
// Lazy-load the syntax-highlighting.
|
||||
window.setTimeout(Code.importPrettify, 1);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user