enhancement: elastic skin: allow to drag & drop addresses between address input fields during compose message (code simplification)

pull/7345/head
Tomasz Chiliński 4 years ago
parent 8db9b8b6e2
commit 0b09b24a55
No known key found for this signature in database
GPG Key ID: 6792320218DC84E9

@ -3259,9 +3259,9 @@ function rcube_elastic_ui()
connectWith: '.recipient-input',
receive: function(event, ui) {
input.parent().appendTo(list);
input.trigger($.Event('keydown', { key: "," }));
apply_func();
if (ui.sender) {
ui.sender.find('input').trigger($.Event('keydown', { key: "," }));
ui.sender.find('input').change();
}
}
});

Loading…
Cancel
Save