浏览代码

does not paste the group-attribute

Michael 10 年之前
父节点
当前提交
f5c899d88e
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/allplatforms/classes/MenuItemPaste.js

+ 2 - 0
src/allplatforms/classes/MenuItemPaste.js

@@ -45,6 +45,8 @@ SC.loadPackage({ 'MenuItemPaste': {
 
                             newNode = domNodes[i];
 
+                            newNode.removeAttribute('data-superglue-group')
+
                             try{
 
                                 SuperGlue.get('document').get('pageContainer').appendChild(newNode);