mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Issue #65 - Correct fallthough case in profileSelection.js
This commit is contained in:
parent
71eaa912b7
commit
f66076f04c
1 changed files with 1 additions and 1 deletions
|
|
@ -133,8 +133,8 @@ function onProfilesKey(aEvent)
|
|||
{
|
||||
switch ( aEvent.keyCode )
|
||||
{
|
||||
#ifndef XP_MACOSX
|
||||
case KeyEvent.DOM_VK_BACK_SPACE:
|
||||
#ifndef XP_MACOSX
|
||||
break;
|
||||
#endif
|
||||
case KeyEvent.DOM_VK_DELETE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue