ソースを参照

fixed chat plugin not closing with close tab button (#1816)

CauseFX 4 年 前
コミット
ca9b9b641e
1 ファイル変更5 行追加0 行削除
  1. 5 0
      js/functions.js

+ 5 - 0
js/functions.js

@@ -980,6 +980,11 @@ function closeCurrentTab(event){
 			split = true;
 		}
 	}
+    if($('.plugin-listing').hasClass('show')){
+        hideFrames(split)
+        loadNextTab();
+        return false;
+    }
     let id = $('body').attr('data-active-tab-id');
     let tabInfo = findTab(id);
     if(!tabInfo){