improve ui checkbox functionality
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-11 13:03:12 +11:00
parent c5545cbf08
commit 57b6be74e2
4 changed files with 80 additions and 0 deletions

View File

@@ -562,6 +562,7 @@ class Cell {
(element as HTMLInputElement).checked = this.value;
(element as HTMLInputElement).type = "checkbox";
(element as HTMLInputElement).className = "bulk hideBulk";
(element as HTMLInputElement).setAttribute("onclick", "javascript: selectChannelRange(this, event)")
break
case "BULK_HEAD":