Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Brought back tooltips after ckeditor/ckeditor5-ui#120.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Jan 3, 2017
1 parent aceefef commit a29f852
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ export default class List extends Plugin {

buttonView.set( {
label: label,
icon: icon
icon: icon,
tooltip: true
} );

// Bind button model to command.
Expand Down

0 comments on commit a29f852

Please sign in to comment.