Skip to content

Commit

Permalink
fix: remove backspace listener
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Aug 18, 2023
1 parent dbeb451 commit 22abd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/js/Sidebar.Settings.Shortcuts.js
Expand Up @@ -101,7 +101,7 @@ function SidebarSettingsShortcuts( editor ) {

case 'backspace':

event.preventDefault(); // prevent browser back
// event.preventDefault(); // prevent browser back -- this is no longer an issue since 2016

// fall-through

Expand Down

0 comments on commit 22abd1b

Please sign in to comment.