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 committed Oct 15, 2024
1 parent d4d75a0 commit d6287cd
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 d6287cd

Please sign in to comment.