Skip to content

Commit

Permalink
Try tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Mar 13, 2019
1 parent b983288 commit 349e25e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/block-editor/src/components/rich-text/list-edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,15 @@ export const ListEdit = ( {
{
icon: 'editor-outdent',
title: __( 'Outdent list item' ),
shortcut: '⌫',
onClick: () => {
onChange( outdentListItems( value ) );
},
},
{
icon: 'editor-indent',
title: __( 'Indent list item' ),
shortcut: '␣',
onClick: () => {
onChange( indentListItems( value, { type: tagName } ) );
},
Expand Down

0 comments on commit 349e25e

Please sign in to comment.