Skip to content

Commit 0e8fef6

Browse files
authored
Fix prism (#3954)
1 parent da71194 commit 0e8fef6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

static/js/embed.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25175,11 +25175,8 @@ prismjs/prism.js:
2517525175
* @public
2517625176
*)
2517725177
*/
25178-
async function cJ(e) {
25179-
globalThis.Prism = e, await import("./prism.js"), await import("./prism.js"), await import("./prism.js"), await import("./prism.js"), await import("./prism.js"), await import("./prism.js"), delete globalThis.Prism;
25180-
}
2518125178
const dJ = (e) => (D.useEffect(() => {
25182-
e || cJ(re);
25179+
e;
2518325180
}, [e]), null), Nm = dJ;
2518425181
var LI = {
2518525182
color: void 0,

0 commit comments

Comments
 (0)