mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03: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…
Add table
Add a link
Reference in a new issue