mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
selector onUpUpOrDownDown event
This commit is contained in:
parent
bdd92429b0
commit
c1c817c837
3 changed files with 17 additions and 9 deletions
|
|
@ -474,15 +474,7 @@
|
|||
}, this);
|
||||
|
||||
this.fullScreenMode.subscribe(function (bValue) {
|
||||
if (bValue)
|
||||
{
|
||||
Globals.$html.addClass('rl-message-fullscreen');
|
||||
}
|
||||
else
|
||||
{
|
||||
Globals.$html.removeClass('rl-message-fullscreen');
|
||||
}
|
||||
|
||||
Globals.$html.toggleClass('rl-message-fullscreen', bValue);
|
||||
Utils.windowResize();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue