diff --git a/src/block_manager/view/BlockView.js b/src/block_manager/view/BlockView.js index ba93aff09..b5c15411a 100644 --- a/src/block_manager/view/BlockView.js +++ b/src/block_manager/view/BlockView.js @@ -76,6 +76,7 @@ module.exports = Backbone.View.extend({ const content = model.get('content'); const isObj = isObject(content); const data = isObj ? JSON.stringify(content) : content; + em.set('dragResult'); // Note: data are not available on dragenter for security reason, // we have to use dragContent as we need it for the Sorter context