Skip to content

Commit

Permalink
fix!: cell text contains form item status (#49)
Browse files Browse the repository at this point in the history
* fix: remove form item text from cell text

* fix: add selection element back to content only
  • Loading branch information
EHadoux authored Feb 1, 2024
1 parent 42a7e6c commit 5e8dfd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
20 changes: 0 additions & 20 deletions jest.config.js

This file was deleted.

1 change: 0 additions & 1 deletion src/Table/Cell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export class Cell {
} else if (b?.BlockType === 'SELECTION_ELEMENT') {
const se = new SelectionElement(b);
this.content.push(se);
t.push(se.selectionStatus);
}
}
}
Expand Down

0 comments on commit 5e8dfd8

Please sign in to comment.