Commit 654db460 authored by Yuan Zhixiang's avatar Yuan Zhixiang
Browse files

修复重新运行时高亮行的bug

parent b36d2c4c
......@@ -81,6 +81,7 @@ function parse_result() { // 解析后端返回的结果
total_steps.value = 1
}
current_step.value = 1
highlight_lines.value = []
highlight_steps.value = []
}
function remove_back_slash_r() { // 去除后端返回的code中的\r
......
Supports Markdown
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