|
|
@@ -73,7 +73,7 @@ export default function getSelectedContent( model, selection ) {
|
|
|
if ( item.is( 'textProxy' ) ) {
|
|
|
writer.appendText( item.data, item.getAttributes(), frag );
|
|
|
} else {
|
|
|
- writer.append( item._clone( true ), frag );
|
|
|
+ writer.append( writer.cloneElement( item, true ), frag );
|
|
|
}
|
|
|
}
|
|
|
|