Skip to content

Commit

Permalink
fix: checkbox list cannot be selected within the table
Browse files Browse the repository at this point in the history
  • Loading branch information
Hufe921 committed Apr 7, 2024
1 parent 21807a6 commit 632f8f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/editor/core/position/Position.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ export class Position {
return {
index,
isCheckbox:
tablePosition.isCheckbox ||
tdValueElement.type === ElementType.CHECKBOX ||
tdValueElement.controlComponent ===
ControlComponent.CHECKBOX,
Expand Down

0 comments on commit 632f8f5

Please sign in to comment.