fix: checkbox list cannot be selected within the table

This commit is contained in:
Hufe921
2024-04-07 22:52:50 +08:00
parent 21807a6f7e
commit 632f8f5af8
+1
View File
@@ -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,