email prevent drag by menu

This commit is contained in:
Yuri Kuznetsov
2023-01-10 11:31:26 +02:00
parent 08512304f1
commit 3ba9ea5085
+1
View File
@@ -156,6 +156,7 @@ define('views/email/list', ['views/list'], function (Dep) {
let $row = $container.find(`.list-row[data-id="${m.id}"]`).first();
$row.draggable({
cancel: 'input,textarea,button,select,option,.dropdown-menu',
helper: () => {
let text = this.translate('Moving to Folder', 'labels', 'Email');