Skip to content

Commit

Permalink
Use correct class name for appender list item
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Apr 17, 2020
1 parent cf9c691 commit f346b1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function BlockNavigationList( {
} ) }
{ shouldShowAppender && (
<li>
<div className="block-editor-block-navigation__item">
<div className="block-editor-block-navigation__item-inner">
<ButtonBlockAppender
rootClientId={ parentBlockClientId }
__experimentalSelectBlockOnInsert={ false }
Expand Down

0 comments on commit f346b1f

Please sign in to comment.