Skip to content

Commit

Permalink
⬆️ #13276
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Nov 26, 2024
1 parent 9860fc7 commit 90960c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/src/protyle/render/flowchartRender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const flowchartRender = (element: Element, cdn = Constants.PROTYLE_CDN) =
if (flowchartElements.length === 0) {
return;
}
addScript(`${cdn}/js/flowchart.js/flowchart.min.js?v=0.0.0`, "protyleFlowchartScript").then(() => {
addScript(`${cdn}/js/flowchart.js/flowchart.min.js?v=1.18.0`, "protyleFlowchartScript").then(() => {
if (flowchartElements[0].firstElementChild.clientWidth === 0) {
const observer = new MutationObserver(() => {
initFlowchart(flowchartElements);
Expand Down
10 changes: 6 additions & 4 deletions app/stage/protyle/js/flowchart.js/flowchart.min.js

Large diffs are not rendered by default.

0 comments on commit 90960c0

Please sign in to comment.