Преглед изворни кода

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

Marek Lewandowski пре 6 година
родитељ
комит
bc3ea7d1d9
1 измењених фајлова са 4 додато и 0 уклоњено
  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'
 ];