Pārlūkot izejas kodu

Merge branch 'dev_1.1.1' of https://git.yishihui.com/DeNet/de-net into dev_1.1.1

zhangwei 2 gadi atpakaļ
vecāks
revīzija
dabe8b6c53
1 mainītis faili ar 1 papildinājumiem un 3 dzēšanām
  1. 1 3
      src/logic/content/twitter.js

+ 1 - 3
src/logic/content/twitter.js

@@ -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) {