mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
Small fixes
This commit is contained in:
parent
8ac9920ec8
commit
be77754286
10 changed files with 71 additions and 77 deletions
|
|
@ -52,6 +52,7 @@ function AbstractData()
|
|||
Globals.dropdownVisibility.subscribe(function (bValue) {
|
||||
if (bValue)
|
||||
{
|
||||
Globals.tooltipTrigger(!Globals.tooltipTrigger());
|
||||
this.keyScope(Enums.KeyState.Menu);
|
||||
}
|
||||
else if (Enums.KeyState.Menu === key.getScope())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue