wlxml: lists take context root into account
[fnpeditor.git] / src / wlxml / extensions / list / list.js
index 3ee65d4..7731616 100644 (file)
@@ -111,7 +111,7 @@ extension.document.transformations.extractItems = {
             extractedItems = [],
             succeedingItems = [],
             items = list.contents(),
-            listIsNested = list.parent().is('item');
+            listIsNested = list.parent().is('item') && !list.parent().isContextRoot();
 
         
         items.forEach(function(item, idx) {