mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 22:09:52 +08:00
web: minor fix
This commit is contained in:
parent
2637fd90ec
commit
0ef38171e9
@ -662,7 +662,7 @@ var renderFlowchart = function(classNames) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (matched) {
|
if (matched) {
|
||||||
if (renderFlowchartOne(code, flowchartIdx)) {
|
if (renderFlowchartOne(code)) {
|
||||||
// replaceChild() will decrease codes.length.
|
// replaceChild() will decrease codes.length.
|
||||||
--i;
|
--i;
|
||||||
}
|
}
|
||||||
@ -736,7 +736,7 @@ var renderPlantUMLOneOnline = function(code) {
|
|||||||
++asyncJobsCount;
|
++asyncJobsCount;
|
||||||
code.classList.add(plantUMLCodeClass + plantUMLIdx);
|
code.classList.add(plantUMLCodeClass + plantUMLIdx);
|
||||||
|
|
||||||
data = { index: plantUMLIdx,
|
let data = { index: plantUMLIdx,
|
||||||
setupView: !VPreviewMode
|
setupView: !VPreviewMode
|
||||||
};
|
};
|
||||||
renderPlantUMLOnline(VPlantUMLServer,
|
renderPlantUMLOnline(VPlantUMLServer,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user