putting the attributes right
This commit is contained in:
@@ -745,7 +745,7 @@
|
||||
*/
|
||||
createFromElementType: function (elementTypeDataModel) {
|
||||
|
||||
elementTypeDataModel = clipboardService.parseContentForPaste(clipboardService.TYPES.ELEMENT_TYPE, elementTypeDataModel);
|
||||
elementTypeDataModel = clipboardService.parseContentForPaste(elementTypeDataModel, clipboardService.TYPES.ELEMENT_TYPE);
|
||||
|
||||
var contentElementTypeKey = elementTypeDataModel.contentTypeKey;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user