浏览代码

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',
 	'bold',
 	'italic',
 	'italic',
 	'underline',
 	'underline',
+	'strikethrough',
+	'code',
+	'subscript',
+	'superscript',
 	'highlight'
 	'highlight'
 ];
 ];