Explorar el Código

does not paste the group-attribute

Michael hace 10 años
padre
commit
f5c899d88e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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);