1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-12-03 15:38:21 +01:00

Fix screenshots of reply threads

This commit is contained in:
2017-09-21 09:50:48 +02:00
parent fd2cf5d4d7
commit ae78a5a026

View File

@@ -587,6 +587,7 @@
if (isReply){
selectedTweet.find(".is-conversation").removeClass("is-conversation");
selectedTweet.find(".thread").remove();
}
selectedTweet.find(".js-poll-link").remove();