Skip to content

Commit

Permalink
Merge branch 'develop' into releases/v41
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemhosny committed Jan 26, 2025
2 parents 96a782a + bbb19f1 commit 324aeb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/livecodes/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1701,7 +1701,6 @@ a.editor-title {
background-color: unset;
border: 0;
color: var(--editor-title-simple-color);
cursor: auto;
display: flex;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/livecodes/vendors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const codeiumProviderUrl = /* @__PURE__ */ getUrl(
'@live-codes/[email protected]/dist/index.js',
);

export const codeMirrorBaseUrl = /* @__PURE__ */ getUrl('@live-codes/codemirror@0.1.2/build/');
export const codeMirrorBaseUrl = /* @__PURE__ */ getUrl('@live-codes/codemirror@0.2.0/build/');

export const coffeeScriptUrl = /* @__PURE__ */ getUrl(
'[email protected]/lib/coffeescript-browser-compiler-legacy/coffeescript.js',
Expand Down

0 comments on commit 324aeb4

Please sign in to comment.