mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-13 19:19:37 +02: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':
|
case 'round':
|
||||||
return 'roundedRect';
|
return 'roundedRect';
|
||||||
case 'ellipse':
|
case 'ellipse':
|
||||||
// @ts-expect-error -- Ellipses are broken, see https://github.com/mermaid-js/mermaid/issues/5976
|
|
||||||
return 'ellipse';
|
return 'ellipse';
|
||||||
default:
|
default:
|
||||||
return vertex.type;
|
return vertex.type;
|
||||||
|
Reference in New Issue
Block a user