mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 05:59:21 +03:00
There this works
This commit is contained in:
parent
3a48cc8b7f
commit
c7054ff56c
19 changed files with 32 additions and 441 deletions
|
|
@ -87,7 +87,7 @@ class AskPopupView extends AbstractViewNext {
|
|||
|
||||
onBuild() {
|
||||
// shortcuts.add('tab', 'shift', KeyState.PopupAsk, () => {
|
||||
shortcuts.add(['tab','arrowright','arrowleft'], '', KeyState.PopupAsk, () => {
|
||||
shortcuts.add('tab,arrowright,arrowleft', '', KeyState.PopupAsk, () => {
|
||||
let btn = this.querySelector('.buttonYes');
|
||||
if (btn.matches(':focus')) {
|
||||
btn = this.querySelector('.buttonNo');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue