diff --git a/src/utils/Droppable.js b/src/utils/Droppable.js index 2b9a0de29..6f8a8b369 100644 --- a/src/utils/Droppable.js +++ b/src/utils/Droppable.js @@ -68,10 +68,7 @@ export default class Droppable { if (em.inAbsoluteMode()) { const wrapper = em.get('DomComponents').getWrapper(); - const target = wrapper.append({ - style: { width: '30px', height: '30px', background: 'red' } - })[0]; - + const target = wrapper.append({})[0]; em.get('Commands').run('core:component-drag', { guidesInfo: 1, center: 1,