X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/cecdda17fa90040f58f36ff0abcff0f7de1784df..ac50cae92710f684c801ad933b924de2bec2b460:/src/editor/plugins/core/edumed/order/view.js diff --git a/src/editor/plugins/core/edumed/order/view.js b/src/editor/plugins/core/edumed/order/view.js index 2b824cf..8905e7a 100644 --- a/src/editor/plugins/core/edumed/order/view.js +++ b/src/editor/plugins/core/edumed/order/view.js @@ -189,6 +189,7 @@ var ItemView = function(item, exerciseView) { var content = this.content; this.container = exerciseView.element.createContainer(item.node.contents(), { + resetBackground: true, manages: function(node, originaParent) { return item.node.sameNode(node.parent() || originaParent); },