Skip to content

Commit

Permalink
ZBUG-3437: restore checkbox status when tag is added or removed
Browse files Browse the repository at this point in the history
  • Loading branch information
k-kato committed Aug 17, 2023
1 parent 00e1ecf commit e5e1876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebRoot/js/zimbraMail/mail/view/ZmMailListView.js
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ function(ev) {
if ((!this.isMultiColumn() || appCtxt.get(ZmSetting.COLOR_MESSAGES))
&& (ev.event == ZmEvent.E_TAGS || ev.event == ZmEvent.E_REMOVE_ALL)) {
DBG.println(AjxDebug.DBG2, "ZmMailListView: TAG");
this.redrawItem(item);
this.redrawItem(item, true);
ZmListView.prototype._changeListener.call(this, ev);
ev.handled = true;
}
Expand Down

0 comments on commit e5e1876

Please sign in to comment.