|
@@ -2038,6 +2038,7 @@ const setTabContentStyle = (params) => {
|
|
|
tweetTabContent.style.visibility = 'hidden';
|
|
|
tweetTabContent.style.height = '0px';
|
|
|
tweetTabContent.style.overflow = 'hidden';
|
|
|
+ tweetTabContent.style.margin = '0';
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -2183,9 +2184,6 @@ export const setGroupInfo = (params = {}) => {
|
|
|
if (!params.nftGroupId) {
|
|
|
let { pathname = '' } = window.location;
|
|
|
if (pathname == "/compose/tweet") {
|
|
|
- if (groupTab) {
|
|
|
- groupTab.click();
|
|
|
- }
|
|
|
return;
|
|
|
};
|
|
|
if (groupTab) {
|