mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +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) {
|
moveCommand(vm, event) {
|
||||||
if (MessagelistUserStore.hasChecked()) {
|
if (canBeMovedHelper()) {
|
||||||
if (vm && event?.preventDefault) {
|
if (vm && event?.preventDefault) {
|
||||||
stopEvent(event);
|
stopEvent(event);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue