wlxml: lists - createList returns created list node
[fnpeditor.git] / src / wlxml / extensions / list / list.js
index 2a996ac..85ab751 100644 (file)
@@ -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();