mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
Make updating the connection locations called the same way for both renderers
This commit is contained in:
@@ -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_();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user