Better solution for #298

This commit is contained in:
the-djmaze 2022-03-22 16:24:58 +01:00
parent 1833388ea4
commit 91327a3c6c
6 changed files with 31 additions and 27 deletions

View file

@ -9,13 +9,13 @@ import { UNUSED_OPTION_VALUE } from 'Common/Consts';
import { doc, leftPanelDisabled, moveAction,
Settings, SettingsCapa, SettingsGet,
addEventsListeners,
addShortcut, registerShortcut, formFieldFocused,
isFullscreen, toggleFullscreen
addShortcut, registerShortcut, formFieldFocused
} from 'Common/Globals';
import { computedPaginatorHelper, showMessageComposer, populateMessageBody } from 'Common/UtilsUser';
import { FileInfo } from 'Common/File';
import { folderListOptionsBuilder, moveMessagesToFolder } from 'Common/Folders';
import { isFullscreen, toggleFullscreen } from 'Common/Fullscreen';
import { mailBox, serverRequest } from 'Common/Links';
import { Selector } from 'Common/Selector';

View file

@ -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';