X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/cecdda17fa90040f58f36ff0abcff0f7de1784df..ac50cae92710f684c801ad933b924de2bec2b460:/src/editor/plugins/core/edumed/choice/list.js diff --git a/src/editor/plugins/core/edumed/choice/list.js b/src/editor/plugins/core/edumed/choice/list.js index e3fbd84..9174710 100644 --- a/src/editor/plugins/core/edumed/choice/list.js +++ b/src/editor/plugins/core/edumed/choice/list.js @@ -74,6 +74,7 @@ var ItemView = function(node, exerciseView) { this.dom = $(_.template(viewItemTemplate)()); this.container = exerciseView.element.createContainer(node.contents(), { + resetBackground: true, manages: function(node, originaParent) { return this.node.sameNode(node.parent() || originaParent); }.bind(this),