improve ui checkbox functionality
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user