Skip to content

Commit 2c4772a

Browse files
authored
upgrade cdnjs link for monaco-editor to 0.52.2 (#443)
1 parent 629c4c4 commit 2c4772a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/editor/TextEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import useFile from "src/store/useFile";
77

88
loader.config({
99
paths: {
10-
vs: "https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.52.0/min/vs",
10+
vs: "https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.52.2/min/vs",
1111
},
1212
});
1313

0 commit comments

Comments
 (0)