Rémy HUBSCHER il y a 8 ans
Parent
commit
f7629274f6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/ckeditor5-basic-styles/src/strikethroughengine.js

+ 1 - 1
packages/ckeditor5-basic-styles/src/strikethroughengine.js

@@ -46,7 +46,7 @@ export default class StrikethroughEngine extends Plugin {
 		buildViewConverter().for( data.viewToModel )
 			.fromElement( 's' )
 			.fromElement( 'del' )
-			.fromElement( 'strikethrough' )
+			.fromElement( 'strike' )
 			.fromAttribute( 'style', { 'text-decoration': 'line-through' } )
 			.toAttribute( STRIKETHROUGH, true );