mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	Fix mermaid import (it uses ESModule now) (#18382)
This commit is contained in:
		@@ -11,7 +11,7 @@ function displayError(el, err) {
 | 
			
		||||
export async function renderMermaid(els) {
 | 
			
		||||
  if (!els || !els.length) return;
 | 
			
		||||
 | 
			
		||||
  const mermaid = await import(/* webpackChunkName: "mermaid" */'mermaid');
 | 
			
		||||
  const {default: mermaid} = await import(/* webpackChunkName: "mermaid" */'mermaid');
 | 
			
		||||
 | 
			
		||||
  mermaid.initialize({
 | 
			
		||||
    mermaid: {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user