8
0
Просмотр исходного кода

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

Marek Lewandowski 6 лет назад
Родитель
Сommit
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'
 ];