mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-03 23:56:44 +02:00
chore: resolve eslint warnings in packages/mermaid/src/diagrams/class/classRenderer-v2.ts
This commit is contained in:
@@ -117,7 +117,7 @@ export const addClasses = function (
|
||||
style: styles.style,
|
||||
id: vertex.id,
|
||||
domId: vertex.domId,
|
||||
tooltip: diagObj.db.getTooltip(vertex.id, parent) || '',
|
||||
tooltip: diagObj.db.getTooltip(vertex.id, parent) ?? '',
|
||||
haveCallback: vertex.haveCallback,
|
||||
link: vertex.link,
|
||||
width: vertex.type === 'group' ? 500 : undefined,
|
||||
|
Reference in New Issue
Block a user