浏览代码

Removed noText attribute from button.

Oskar Wrobel 9 年之前
父节点
当前提交
383d218e0b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/ckeditor5-undo/src/undo.js

+ 0 - 1
packages/ckeditor5-undo/src/undo.js

@@ -157,7 +157,6 @@ export default class Undo extends Feature {
 		const model = new Model( {
 			isOn: false,
 			label: label,
-			noText: true,
 			icon: name,
 			iconAlign: 'LEFT'
 		} );