diff --git a/src/NexusReader.UI.Shared/wwwroot/js/milkdownWrapper.js b/src/NexusReader.UI.Shared/wwwroot/js/milkdownWrapper.js index 5ac1e9e..30335bd 100644 --- a/src/NexusReader.UI.Shared/wwwroot/js/milkdownWrapper.js +++ b/src/NexusReader.UI.Shared/wwwroot/js/milkdownWrapper.js @@ -33,7 +33,7 @@ export async function initEditor(elementId, dotNetHelper, initialMarkdown) { // Condition 2: Prevent FOUC by loading stylesheets before instantiating the editor await Promise.all([ injectStylesheet('https://esm.sh/@milkdown/crepe/lib/theme/common/style.css'), - injectStylesheet('https://esm.sh/@milkdown/crepe/lib/theme/frame.css') + injectStylesheet('https://esm.sh/@milkdown/crepe/lib/theme/frame/style.css') ]); // Dynamically import the Crepe ESM module