Make updating the connection locations called the same way for both renderers

This commit is contained in:
Rachel Fenichel
2019-07-30 13:58:44 -07:00
parent bc49bf849c
commit bcdd691796
3 changed files with 37 additions and 39 deletions

View File

@@ -47,7 +47,4 @@ Blockly.blockRendering.render = function(block) {
}
var info = new Blockly.blockRendering.RenderInfo(block);
new Blockly.blockRendering.Drawer(block, info).draw_();
// TODO: Fix moving connections in the new rendering code.
block.renderMoveConnections_();
};