From 645d5230daea39d0f3f78f729903e8f5d50bad8e Mon Sep 17 00:00:00 2001 From: liumengyi Date: Mon, 6 Jun 2022 17:28:54 +0800 Subject: [PATCH] * Fix bug #23327. --- www/js/my.full.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/my.full.js b/www/js/my.full.js index 011203b28d..0fb903ca80 100644 --- a/www/js/my.full.js +++ b/www/js/my.full.js @@ -245,7 +245,7 @@ function setMailto(mailto, contactListID) { $('#' + mailto).replaceWith(users); $('#' + mailto + '_chosen').remove(); - $('.picker').remove(); + $('#' + mailto).siblings('.picker').remove(); if($("[data-pickertype='remote']").length == 0 && $('.picker-select').length == 0) {