Skip to content

Commit

Permalink
Fix backspace
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Dec 19, 2019
1 parent 52fcd44 commit c450eb9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ function KeyboardShortcutsRegister() {
description: __( 'Remove multiple selected blocks.' ),
keyCombination: {
character: 'del',
aliases: [ {
character: 'backspace',
} ],
},
aliases: [ {
character: 'backspace',
} ],
} );

registerShortcut( {
Expand Down

0 comments on commit c450eb9

Please sign in to comment.