mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Merge pull request #1297 from RooVetGit/fix_mermaid
Add type='module' to webview script
This commit is contained in:
commit
00bf6a3b96
1 changed files with 1 additions and 1 deletions
|
|
@ -509,7 +509,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
|
|||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
<script nonce="${nonce}" src="${scriptUri}"></script>
|
||||
<script nonce="${nonce}" type="module" src="${scriptUri}"></script>
|
||||
</body>
|
||||
</html>
|
||||
`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue