mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-11-04 05:53:21 +00:00 
			
		
		
		
	Click server name in settings to show webview.
This commit is contained in:
		@@ -161,7 +161,7 @@ class ServerManagerView {
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	activateTab(index, hideOldTab = true) {
 | 
			
		||||
		if (this.tabs[index].loading) {
 | 
			
		||||
		if (this.tabs[index].webview.loading) {
 | 
			
		||||
			return;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
@@ -178,7 +178,7 @@ class ServerManagerView {
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	destroyTab(name, index) {
 | 
			
		||||
		if (this.tabs[index].loading) {
 | 
			
		||||
		if (this.tabs[index].webview.loading) {
 | 
			
		||||
			return;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user