1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-28 09:10:17 +02:00

support public creations

This commit is contained in:
Kushagra Gour
2024-02-28 09:48:46 +05:30
parent 7bf0266f12
commit 820bcd41cd
7 changed files with 56 additions and 56 deletions

View File

@@ -341,7 +341,7 @@ export default class ContentWrap extends Component {
// Replace correct css file in LINK tags's href
if (prefs.editorTheme) {
window.editorThemeLinkTag.href = `lib/codemirror/theme/${prefs.editorTheme}.css`;
window.editorThemeLinkTag.href = `/lib/codemirror/theme/${prefs.editorTheme}.css`;
}
window.fontStyleTag.textContent =