mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-27 09:36:09 +08:00
Resolve #1328
This commit is contained in:
parent
ee99590a63
commit
5047c3c6b8
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ export class MailMessageList extends AbstractViewRight {
|
|||
}
|
||||
|
||||
moveCommand(vm, event) {
|
||||
if (MessagelistUserStore.hasChecked()) {
|
||||
if (canBeMovedHelper()) {
|
||||
if (vm && event?.preventDefault) {
|
||||
stopEvent(event);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue