Skip to content

Commit

Permalink
fix for B96_ZK_5038Test (side effect of ZK-5035)
Browse files Browse the repository at this point in the history
  • Loading branch information
DevChu authored and rebecca0201 committed Oct 16, 2024
1 parent 3f4fa51 commit 2eee0f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zul/src/main/resources/web/js/zul/sel/Listcell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@ export class Listcell extends zul.LabelImageWidget<HTMLTableCellElement> {
// ZK-5035: Remove the old checkmark to prevent duplicate checkmarks
if (this.parent?.$n('cm'))
this.nextSibling?.rerender();
else {
this.parent?.clearCache();
}

var chkable = p.isSelectable(),
multi = box.isMultiple();
Expand Down

0 comments on commit 2eee0f7

Please sign in to comment.