mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
Prefer inserting to wrapping for c-shape blocks
This commit is contained in:
@@ -703,9 +703,7 @@ Blockly.InsertionMarkerManager.prototype.connectMarker_ = function() {
|
||||
imBlock.positionNewBlock(imBlock, imConn, closest);
|
||||
|
||||
// Connect() also renders the insertion marker.
|
||||
console.log("connecting the insertion marker");
|
||||
imConn.connect(closest);
|
||||
console.log("done connecting the insertion marker");
|
||||
this.markerConnection_ = imConn;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user