fix: checkbox list cannot be selected within the table

pr675
Hufe921 2 years ago
parent 21807a6f7e
commit 632f8f5af8

@ -389,6 +389,7 @@ export class Position {
return {
index,
isCheckbox:
tablePosition.isCheckbox ||
tdValueElement.type === ElementType.CHECKBOX ||
tdValueElement.controlComponent ===
ControlComponent.CHECKBOX,

Loading…
Cancel
Save