Mail Compose change "To" label to a dropdown to add bcc cc etc

(cherry picked from commit d4c819899c)
This commit is contained in:
milan 2024-12-05 18:06:50 +01:00
parent 2d01b02764
commit 04d98f4784

View File

@ -6243,7 +6243,7 @@ app.classes.mail = AppJS.extend(
var widget = this.et2.getWidgetById(actions[i]);
if (widget)
{
jQuery(widget.getDOMNode()).trigger('click');
// jQuery(widget.getDOMNode()).trigger('click');
}
}
}