Przeglądaj źródła

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

Piotrek Koszuliński 9 lat temu
rodzic
commit
d34769769d
1 zmienionych plików z 2 dodań i 1 usunięć
  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' );