Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / layout_builder / js / layout-builder.js
index 661c5e3d841bcd2a3afcba97e0d549bf091960ad..0f0de275ef6dc622ecce595938e6e7a94c6e5810 100644 (file)
@@ -14,6 +14,7 @@
       $(context).find('.layout-builder--layout__region').sortable({
         items: '> .draggable',
         connectWith: '.layout-builder--layout__region',
+        placeholder: 'ui-state-drop',
 
         update: function update(event, ui) {
           var itemRegion = ui.item.closest('.layout-builder--layout__region');