[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-05-05 12:30:50 +00:00
committed by GitHub
parent 8af636c58d
commit 1f897a851b

View File

@@ -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, '\\)');
}