mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-28 18:15:47 +02:00
Fix screenshots of reply threads
This commit is contained in:
parent
fd2cf5d4d7
commit
ae78a5a026
@ -587,6 +587,7 @@
|
|||||||
|
|
||||||
if (isReply){
|
if (isReply){
|
||||||
selectedTweet.find(".is-conversation").removeClass("is-conversation");
|
selectedTweet.find(".is-conversation").removeClass("is-conversation");
|
||||||
|
selectedTweet.find(".thread").remove();
|
||||||
}
|
}
|
||||||
|
|
||||||
selectedTweet.find(".js-poll-link").remove();
|
selectedTweet.find(".js-poll-link").remove();
|
||||||
|
Loading…
Reference in New Issue
Block a user