Skip to content

Commit

Permalink
Elastic: Fix regression where recipient input didn't update internal …
Browse files Browse the repository at this point in the history
…input state (#6988)
  • Loading branch information
alecpl committed Nov 18, 2019
1 parent 508e834 commit c5c5a93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -7,6 +7,7 @@ CHANGELOG Roundcube Webmail
- Elastic: Fix inserting responses at cursor position (#6971)
- Elastic: Fix unread filter icon and search state on folder change (#6978)
- Elastic: Fix regression where Encrypt button wasn't displayed in mail compose toolbar (#6982)
- Elastic: Fix regression where recipient input didn't update internal input state (#6988)
- Enigma: Fix bug where signing option was set to disabled after saving a draft in Elastic skin (#6515)
- Redis: Improve error handling and phpredis 5.X support (#6888)
- Archive: Fix bug where next email was not displayed after Archive button use (#6965)
Expand Down
2 changes: 2 additions & 0 deletions skins/elastic/ui.js
Expand Up @@ -3129,6 +3129,8 @@ function rcube_elastic_ui()
replace.replaceWith(recipient);
else
recipient.insertBefore(input.parent());

apply_func();
},
update_func = function(text) {
var result;
Expand Down

0 comments on commit c5c5a93

Please sign in to comment.