mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Insertion markers to take on the inputsinline property of the source block (#3719)
This commit is contained in:
@@ -254,6 +254,7 @@ Blockly.InsertionMarkerManager.prototype.createMarkerBlock_ = function(sourceBlo
|
||||
}
|
||||
}
|
||||
result.setCollapsed(sourceBlock.isCollapsed());
|
||||
result.setInputsInline(sourceBlock.getInputsInline());
|
||||
// Copy field values from the other block. These values may impact the
|
||||
// rendered size of the insertion marker. Note that we do not care about
|
||||
// child blocks here.
|
||||
|
||||
Reference in New Issue
Block a user