Skip to content

Commit

Permalink
fix: remove form item text from cell text
Browse files Browse the repository at this point in the history
  • Loading branch information
EHadoux committed Jan 31, 2024
1 parent 42a7e6c commit f71d9e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
20 changes: 0 additions & 20 deletions jest.config.js

This file was deleted.

4 changes: 0 additions & 4 deletions src/Table/Cell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ export class Cell {
const w = new Word(b);
this.content.push(w);
t.push(w.text);
} 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 f71d9e1

Please sign in to comment.