mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
Remove some shortcuts due to conflicts, read #252
This commit is contained in:
parent
4250dcf3f0
commit
096faae844
8 changed files with 18 additions and 40 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import ko from 'ko';
|
||||
|
||||
import { inFocus } from 'Common/Utils';
|
||||
import { addObservablesTo, addComputablesTo, addSubscribablesTo } from 'External/ko';
|
||||
import { Scope } from 'Common/Enums';
|
||||
import { keyScope, SettingsGet, leftPanelDisabled } from 'Common/Globals';
|
||||
|
|
@ -68,7 +67,6 @@ export class AbstractViewPopup extends AbstractView
|
|||
}
|
||||
return true;
|
||||
});
|
||||
shortcuts.add('backspace', '', name, inFocus());
|
||||
}
|
||||
|
||||
// Happens when user hits Escape or Close key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue