We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e9e66 commit 279e133Copy full SHA for 279e133
1 file changed
public/scripts/text-parser.js
@@ -53,7 +53,6 @@ function extractSpoilerInfo(text) {
53
// Record spoiler info
54
textEntities.push({
55
entity_type: "SPOILER",
56
- text: spoilerContent,
57
offset: currentPosition.toString(),
58
length: spoilerContent.length.toString(),
59
});
0 commit comments