Skip to content

Commit 279e133

Browse files
authored
Remove text field from text_entities (#62)
1 parent 84e9e66 commit 279e133

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

public/scripts/text-parser.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ function extractSpoilerInfo(text) {
5353
// Record spoiler info
5454
textEntities.push({
5555
entity_type: "SPOILER",
56-
text: spoilerContent,
5756
offset: currentPosition.toString(),
5857
length: spoilerContent.length.toString(),
5958
});

0 commit comments

Comments
 (0)