Skip to content

Commit

Permalink
Update converters.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricdelpoux committed Aug 11, 2020
1 parent 7ef10b6 commit 52ece42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/converters.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ function convertGoogleDocumentToJson(document) {
})
}
}

// Headings, Texts
else if (el.textRun && el.textRun.content !== "\n") {
tagContent.push({
Expand Down

0 comments on commit 52ece42

Please sign in to comment.