Fix trailing whitespace.
This commit is contained in:
parent
c26f85568f
commit
b209f69515
@ -370,7 +370,7 @@ QR =
|
|||||||
post.setComment(line)
|
post.setComment(line)
|
||||||
lastPostLength = currentLength
|
lastPostLength = currentLength
|
||||||
else
|
else
|
||||||
currentPost = QR.selected
|
currentPost = QR.selected
|
||||||
newComment = [currentPost.com, line].filter((el) -> el != null).join("\n")
|
newComment = [currentPost.com, line].filter((el) -> el != null).join("\n")
|
||||||
currentPost.setComment(newComment)
|
currentPost.setComment(newComment)
|
||||||
lastPostLength += currentLength
|
lastPostLength += currentLength
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user