瀏覽代碼

Brought back tooltips after ckeditor/ckeditor5-ui#120.

Piotrek Koszuliński 9 年之前
父節點
當前提交
d34769769d
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      packages/ckeditor5-undo/src/undo.js

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

@@ -169,7 +169,8 @@ export default class Undo extends Plugin {
 			view.set( {
 				label: label,
 				icon: Icon,
-				keystroke
+				keystroke,
+				tooltip: true
 			} );
 
 			view.bind( 'isEnabled' ).to( command, 'isEnabled' );