mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	not update sidebar for deleted tab
This commit is contained in:
		| @@ -220,7 +220,9 @@ RED.workspaces = (function() { | ||||
|                 if (RED.view.state() != RED.state.IMPORT_DRAGGING) { | ||||
|                     RED.view.state(RED.state.DEFAULT); | ||||
|                 } | ||||
|                 RED.sidebar.info.refresh(workspace); | ||||
|                 if (workspace_tabs.contains(workspace.id)) { | ||||
|                     RED.sidebar.info.refresh(workspace); | ||||
|                 } | ||||
|                 tabflowEditor.destroy(); | ||||
|             } | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user