Selaa lähdekoodia

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

Piotrek Koszuliński 9 vuotta sitten
vanhempi
commit
d34769769d
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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' );