|  | @ -86,9 +86,6 @@ const Helper = { | 
			
		
	
		
		
			
				
					|  |  |       return config.map(item => { |  |  |       return config.map(item => { | 
			
		
	
		
		
			
				
					|  |  |         let content = null; |  |  |         let content = null; | 
			
		
	
		
		
			
				
					|  |  |         let { key, title, icon, children, disabled = false, showDividerBehind } = item; |  |  |         let { key, title, icon, children, disabled = false, showDividerBehind } = item; | 
			
		
	
		
		
			
				
					|  |  |         if (key === 'paste') { |  |  |  | 
			
		
	
		
		
			
				
					|  |  |           debugger |  |  |  | 
			
		
	
		
		
			
				
					|  |  |         } |  |  |  | 
			
		
	
		
		
			
				
					|  |  |         if (typeof disabled === 'function') { |  |  |         if (typeof disabled === 'function') { | 
			
		
	
		
		
			
				
					|  |  |           disabled = disabled(flowChart); |  |  |           disabled = disabled(flowChart); | 
			
		
	
		
		
			
				
					|  |  |         } |  |  |         } | 
			
		
	
	
		
		
			
				
					|  | 
 |