X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/9692d9e3014b32a2e159ad6f95acb7fc387a83e2..5f121e33df901aa33a79b2896e79759da6411948:/src/wlxml/extensions/list/list.js?ds=sidebyside diff --git a/src/wlxml/extensions/list/list.js b/src/wlxml/extensions/list/list.js index 2487107..85ab751 100644 --- a/src/wlxml/extensions/list/list.js +++ b/src/wlxml/extensions/list/list.js @@ -77,6 +77,7 @@ extension.document.transformations.createList = { nodesToWrap.forEach(function(node) { listNode.append(node); }); + return listNode; }, getChangeRoot: function() { return this.args[0].node1.parent(); @@ -138,7 +139,7 @@ extension.document.transformations.extractItems = { } reference = item; }); - var secondList = params.item1.document.createDocumentNode({tagName: 'div', attrs: {'class':'list'}}), + var secondList = params.item1.document.createDocumentNode({tagName: 'div', attrs: {'class': list.getClass() || 'list'}}), toAdd = secondList; if(listIsNested) {