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

@@ -467,6 +467,7 @@ var Cell = /** @class */ (function () {
element.checked = this.value;
element.type = "checkbox";
element.className = "bulk hideBulk";
element.setAttribute("onclick", "javascript: selectChannelRange(this, event)");
break;
case "BULK_HEAD":
element = document.createElement("INPUT");