mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
No need to listen for resize as matchMedia() is used now
This commit is contained in:
parent
57f497cf63
commit
6af13255f2
2 changed files with 1 additions and 1 deletions
|
|
@ -102,5 +102,6 @@ addSubscribablesTo(ThemeStore, {
|
|||
isMobile.onchange = e => {
|
||||
ThemeStore.isMobile(e.matches);
|
||||
$htmlCL.toggle('rl-mobile', e.matches);
|
||||
leftPanelDisabled(e.matches);
|
||||
};
|
||||
isMobile.onchange(isMobile);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue