Bugfix: when left panel disabled and dragstart messages, show panel

This commit is contained in:
the-djmaze 2022-11-22 11:14:56 +01:00
parent 1032d0eb45
commit 434ac21103
7 changed files with 21 additions and 18 deletions

View file

@ -15,7 +15,6 @@ import {
elementById,
leftPanelDisabled,
keyScopeReal,
moveAction,
Settings,
SettingsCapa,
fireEvent,
@ -24,7 +23,7 @@ import {
} from 'Common/Globals';
import { arrayLength } from 'Common/Utils';
import { download, mailToHelper, showMessageComposer } from 'Common/UtilsUser';
import { download, mailToHelper, showMessageComposer, moveAction } from 'Common/UtilsUser';
import { isFullscreen, exitFullscreen, toggleFullscreen } from 'Common/Fullscreen';
import { SMAudio } from 'Common/Audio';