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 { return {
index, index,
isCheckbox: isCheckbox:
tablePosition.isCheckbox ||
tdValueElement.type === ElementType.CHECKBOX || tdValueElement.type === ElementType.CHECKBOX ||
tdValueElement.controlComponent === tdValueElement.controlComponent ===
ControlComponent.CHECKBOX, ControlComponent.CHECKBOX,

Loading…
Cancel
Save