chore: format

This commit is contained in:
Timothy Jaeryang Baek
2025-10-07 15:23:46 -05:00
parent 911a114ad4
commit d11fba2dfd
59 changed files with 1389 additions and 467 deletions

View File

@@ -332,7 +332,7 @@
console.error('Failed to render mermaid diagram:', error);
const errorMsg = error instanceof Error ? error.message : String(error);
toast.error($i18n.t('Failed to render diagram') + `: ${errorMsg}`);
mermaidHtml = null;
mermaidHtml = null;
}
} else if (
(lang === 'vega' || lang === 'vega-lite') &&