ソースを参照

Enable tooltip in ImageAlternateText button.

Szymon Kupś 9 年 前
コミット
230863897b

+ 2 - 1
packages/ckeditor5-image/src/imagealternatetext/imagealternatetext.js

@@ -71,7 +71,8 @@ export default class ImageAlternateText extends Plugin {
 
 			view.set( {
 				label: t( 'Change alternate text' ),
-				icon: alternateTextIcon
+				icon: alternateTextIcon,
+				tooltip: true
 			} );
 
 			view.bind( 'isEnabled' ).to( command, 'isEnabled' );