1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-13 09:15:47 +02:00

Fix screenshots of reply threads

This commit is contained in:
chylex 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();