Merge pull request #2042 from hfnukal/patch-1

This works also for CC and BCC
This commit is contained in:
RainLoop Team 2021-04-22 18:55:55 +03:00 committed by GitHub
commit 1aab9dfddc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
$(function() {
$(window.document).on('keyup', '.b-compose .b-header .inputosaurus-input input[type="text"]:first', function() {
$(window.document).on('keyup', '.b-compose .b-header .inputosaurus-input input[type="text"]', function() {
var
$this = $(this),
@ -19,4 +19,4 @@
});
}(window, $))
}(window, $))