mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Reduce some JavaScript
This commit is contained in:
parent
f023a0799c
commit
97282075b0
2 changed files with 12 additions and 18 deletions
|
|
@ -19,7 +19,6 @@ AppUserStore.focusedState.subscribe(value => {
|
|||
arePopupsVisible() || keyScope(value);
|
||||
ThemeStore.isMobile() && leftPanelDisabled('FolderList' !== value);
|
||||
}
|
||||
let dom = elementById('V-Mail'+name);
|
||||
dom?.classList.toggle('focused', name === value);
|
||||
elementById('V-Mail'+name).classList.toggle('focused', name === value);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue