Parcourir la source

Internal: Added support for more formatting attributes in remove format feature.

Marek Lewandowski il y a 6 ans
Parent
commit
bc3ea7d1d9
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      packages/ckeditor5-remove-format/src/removeformatcommand.js

+ 4 - 0
packages/ckeditor5-remove-format/src/removeformatcommand.js

@@ -14,6 +14,10 @@ const removedAttributes = [
 	'bold',
 	'italic',
 	'underline',
+	'strikethrough',
+	'code',
+	'subscript',
+	'superscript',
 	'highlight'
 ];