Skip to content

Commit

Permalink
Restore the onhover behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Aug 9, 2019
1 parent 6f5db04 commit 74dfa10
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/block-editor/src/components/inserter/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ export class InserterMenu extends Component {
}

onHover( item ) {
if ( ! item ) {
return;
}

this.setState( {
hoveredItem: item,
} );
Expand Down

0 comments on commit 74dfa10

Please sign in to comment.