mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-03-12 15:55:13 +08:00
Fix missing emails in compose popup
This commit is contained in:
parent
2b626afb8b
commit
f690ee1532
5 changed files with 5 additions and 5 deletions
|
@ -442,9 +442,6 @@ ko.bindingHandlers.emailsTags = {
|
|||
oEmail = new EmailModel();
|
||||
oEmail.mailsoParse(sValue);
|
||||
oEmail.clearDuplicateName();
|
||||
|
||||
// sValue = oEmail.toLine(false);
|
||||
// return sValue;
|
||||
return [oEmail.toLine(false), oEmail];
|
||||
}
|
||||
|
||||
|
@ -462,6 +459,7 @@ ko.bindingHandlers.emailsTags = {
|
|||
if ($oEl.data('EmailsTagsValue') !== sValue)
|
||||
{
|
||||
$oEl.val(sValue);
|
||||
$oEl.data('EmailsTagsValue', sValue);
|
||||
$oEl.inputosaurus('refresh');
|
||||
}
|
||||
});
|
||||
|
|
|
@ -2725,6 +2725,7 @@ ko.bindingHandlers.emailsTags = {
|
|||
if ($oEl.data('EmailsTagsValue') !== sValue)
|
||||
{
|
||||
$oEl.val(sValue);
|
||||
$oEl.data('EmailsTagsValue', sValue);
|
||||
$oEl.inputosaurus('refresh');
|
||||
}
|
||||
});
|
||||
|
|
2
rainloop/v/0.0.0/static/js/admin.min.js
vendored
2
rainloop/v/0.0.0/static/js/admin.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -2725,6 +2725,7 @@ ko.bindingHandlers.emailsTags = {
|
|||
if ($oEl.data('EmailsTagsValue') !== sValue)
|
||||
{
|
||||
$oEl.val(sValue);
|
||||
$oEl.data('EmailsTagsValue', sValue);
|
||||
$oEl.inputosaurus('refresh');
|
||||
}
|
||||
});
|
||||
|
|
2
rainloop/v/0.0.0/static/js/app.min.js
vendored
2
rainloop/v/0.0.0/static/js/app.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue