mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 04:44:08 +01:00 
			
		
		
		
	fix: remove TypeScript error suppression for broken ellipse rendering
This commit is contained in:
		@@ -962,7 +962,6 @@ You have to call mermaid.initialize.`
 | 
			
		||||
      case 'round':
 | 
			
		||||
        return 'roundedRect';
 | 
			
		||||
      case 'ellipse':
 | 
			
		||||
        // @ts-expect-error -- Ellipses are broken, see https://github.com/mermaid-js/mermaid/issues/5976
 | 
			
		||||
        return 'ellipse';
 | 
			
		||||
      default:
 | 
			
		||||
        return vertex.type;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user