mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Better solution for #298
This commit is contained in:
parent
1833388ea4
commit
91327a3c6c
6 changed files with 31 additions and 27 deletions
|
|
@ -23,12 +23,12 @@ import {
|
|||
SettingsCapa,
|
||||
fireEvent,
|
||||
addShortcut,
|
||||
registerShortcut,
|
||||
isFullscreen, exitFullscreen, toggleFullscreen
|
||||
registerShortcut
|
||||
} from 'Common/Globals';
|
||||
|
||||
import { arrayLength } from 'Common/Utils';
|
||||
import { download, mailToHelper, showMessageComposer } from 'Common/UtilsUser';
|
||||
import { isFullscreen, exitFullscreen, toggleFullscreen } from 'Common/Fullscreen';
|
||||
|
||||
import { SMAudio } from 'Common/Audio';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue