We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1565904 commit 2aa21b7Copy full SHA for 2aa21b7
webview-ui/.eslintrc.json
@@ -26,7 +26,8 @@
26
"no-throw-literal": "warn",
27
"semi": "off",
28
"no-var": "error",
29
- "prefer-const": "error"
+ "prefer-const": "error",
30
+ "no-debugger": "error"
31
},
32
"ignorePatterns": ["vite.config.ts", "build"]
33
}
webview-ui/src/components/Mermaid/Mermaid.tsx
@@ -32,7 +32,6 @@ export function Mermaid({
mermaid.contentLoaded();
34
const svg = d3.select('.mermaid svg');
35
- debugger;
36
svg.html('<g>' + svg.html() + '</g>');
37
38
const inner = svg.select('g');
0 commit comments