8
0
Pārlūkot izejas kodu

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

Piotrek Koszuliński 9 gadi atpakaļ
vecāks
revīzija
d34769769d
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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' );