mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -455,7 +455,7 @@ const drawMessage = async function (diagram, msgModel, lineStartY: number, diagO
|
||||
window.location.host +
|
||||
window.location.pathname +
|
||||
window.location.search;
|
||||
url = url.replace(/\\/g, '\\\\');
|
||||
url = url.replace(/\\/g, '\\\\');
|
||||
url = url.replace(/\(/g, '\\(');
|
||||
url = url.replace(/\)/g, '\\)');
|
||||
}
|
||||
|
Reference in New Issue
Block a user