Преглед изворни кода

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);