check-all icon indicating copy to clipboard operation
check-all copied to clipboard

Unwanted Behavior when one checkbox is checked

Open kisfelix opened this issue 4 months ago • 0 comments

Code automatically checked the "check-all" box if any one of the checkboxes is checked (line 87 in src/index.ts)

Proposed change: replace with the following if statement

if ((total - count) == 0) { setChecked(target, allCheckbox, checked, indeterminate); }

kisfelix avatar Sep 06 '25 23:09 kisfelix