mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Do a sync-redraw after clearing to ensure clean state
This commit is contained in:
		@@ -1546,7 +1546,7 @@ RED.nodes = (function() {
 | 
			
		||||
        defaultWorkspace = null;
 | 
			
		||||
        initialLoad = null;
 | 
			
		||||
        RED.nodes.dirty(false);
 | 
			
		||||
        RED.view.redraw(true);
 | 
			
		||||
        RED.view.redraw(true, true);
 | 
			
		||||
        RED.palette.refresh();
 | 
			
		||||
        RED.workspaces.refresh();
 | 
			
		||||
        RED.sidebar.config.refresh();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user