Commit e5914b8b authored by Yuan Zhixiang's avatar Yuan Zhixiang
Browse files

修复 高亮变化的变量 bug

parent 8e30d42b
......@@ -33,7 +33,7 @@ const current_var_map = computed(() => { // 当前帧的 地址-值 map
return map
})
const prev_stack = computed(() => { // 上一帧
return get_step(current_step.value)
return get_step(current_step.value - 1)
})
const prev_var_map = computed(() => { // 上一帧的 地址-值 map
let map = {}
......
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