Commit 013ac38c authored by 任建锋's avatar 任建锋

--

parent 7288897f
......@@ -1065,7 +1065,7 @@ function resetScrollType(data) {
}
if (data.children) {
for(let i=0;i<data.children.length;i++){
this.resetScrollType(data.children[i])
resetScrollType(data.children[i])
}
}
}
......
......@@ -82,7 +82,7 @@ export async function preprocess(project, packages) {
}
if(data.children){
for(let i=0;i<data.children.length;i++){
this.resetScrollType(data.children[i])
resetScrollType(data.children[i])
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment