Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-10-27 19:17:05 +0300
committerAleksander Machniak <alec@alec.pl>2019-11-18 17:30:22 +0300
commitc5c5a9325ca28a593c68690f11d860b273b5bc31 (patch)
tree0501e003ad1073e972c07e941dee1dcf3dbe2d3b /skins
parent508e83470c2543f2b1986cd01dd465f391c7bc24 (diff)
Elastic: Fix regression where recipient input didn't update internal input state (#6988)
Diffstat (limited to 'skins')
-rw-r--r--skins/elastic/ui.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/elastic/ui.js b/skins/elastic/ui.js
index 16725aec7..7ed7dd418 100644
--- a/skins/elastic/ui.js
+++ b/skins/elastic/ui.js
@@ -3129,6 +3129,8 @@ function rcube_elastic_ui()
replace.replaceWith(recipient);
else
recipient.insertBefore(input.parent());
+
+ apply_func();
},
update_func = function(text) {
var result;