mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Fixed "Mouse right click don't works correctly" (Closes #466)
+ small fixes
This commit is contained in:
parent
e3064b10aa
commit
e96f297def
12 changed files with 76 additions and 25 deletions
|
|
@ -8,6 +8,7 @@
|
|||
ko = require('ko'),
|
||||
|
||||
Enums = require('Common/Enums'),
|
||||
Globals = require('Common/Globals'),
|
||||
Utils = require('Common/Utils'),
|
||||
|
||||
Remote = require('Storage/User/Remote'),
|
||||
|
|
@ -79,7 +80,10 @@
|
|||
|
||||
TwoFactorTestPopupView.prototype.onShowWithDelay = function ()
|
||||
{
|
||||
this.code.focused(true);
|
||||
if (!Globals.bMobile)
|
||||
{
|
||||
this.code.focused(true);
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = TwoFactorTestPopupView;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue