From 458401e48b44f4b82b0ccaaa9a239a4aa0e55462 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Thu, 5 Mar 2020 11:02:24 -0800 Subject: [PATCH] Insertion markers to take on the inputsinline property of the source block (#3719) --- core/insertion_marker_manager.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/insertion_marker_manager.js b/core/insertion_marker_manager.js index 742e172c8..60fffb284 100644 --- a/core/insertion_marker_manager.js +++ b/core/insertion_marker_manager.js @@ -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.