Skip to content

Commit 5b73903

Browse files
authored
slight revert
1 parent 05fe1fb commit 5b73903

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/xml.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Blockly.Xml.variablesToDom = function(variableList) {
8686
*/
8787
Blockly.Xml.blockToDomWithXY = function(block, opt_noId) {
8888
var width; // Not used in LTR.
89-
var isRTL = block.workspace ? block.workspace.RTL : false;
89+
var isRTL = block.workspace.RTL;
9090
if (isRTL) {
9191
width = block.workspace.getWidth();
9292
}

0 commit comments

Comments
 (0)