fix: remove TypeScript error suppression for broken ellipse rendering

This commit is contained in:
omkarht
2025-10-09 18:55:01 +05:30
parent 5fd06ccbac
commit 5e05f91b7d

View File

@@ -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;