mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
v2.10.3
This commit is contained in:
parent
5757d8d464
commit
c7f80d617e
12 changed files with 29 additions and 23 deletions
|
|
@ -751,7 +751,8 @@ class AppUser extends AbstractApp {
|
|||
}, 500);
|
||||
}
|
||||
|
||||
['touchstart','mousedown','mousemove','keydown'].forEach(
|
||||
// add pointermove ?
|
||||
['touchstart','mousemove','keydown'].forEach(
|
||||
t => doc.addEventListener(t, SettingsUserStore.delayLogout, {passive:true})
|
||||
);
|
||||
SettingsUserStore.delayLogout();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue