Răsfoiți Sursa

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

Marek Lewandowski 6 ani în urmă
părinte
comite
bc3ea7d1d9

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

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