mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-09 03:01:01 +08:00
This commit is contained in:
parent
b13398cbdd
commit
93e0e1783f
@ -17,7 +17,7 @@ export const abcRender = (element: Element, cdn = Constants.PROTYLE_CDN) => {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (abcElements.length > 0) {
|
if (abcElements.length > 0) {
|
||||||
addScript(`${cdn}/js/abcjs/abcjs-basic-min.js?v=6.2.1`, "protyleAbcjsScript").then(() => {
|
addScript(`${cdn}/js/abcjs/abcjs-basic-min.js?v=6.2.2`, "protyleAbcjsScript").then(() => {
|
||||||
abcElements.forEach((e: HTMLDivElement) => {
|
abcElements.forEach((e: HTMLDivElement) => {
|
||||||
if (e.getAttribute("data-render") === "true") {
|
if (e.getAttribute("data-render") === "true") {
|
||||||
return;
|
return;
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user