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

修复 右键删除上色 bug

parent 1c5ffca4
...@@ -180,6 +180,7 @@ function highlight_pointer() { // 点击某个地址,使其和对应元素改 ...@@ -180,6 +180,7 @@ function highlight_pointer() { // 点击某个地址,使其和对应元素改
function unhighlight_pointer() { // 点击某个地址,使其和对应元素改变style function unhighlight_pointer() { // 点击某个地址,使其和对应元素改变style
if (is_data.value) { if (is_data.value) {
if (var_content.value[2] == 'pointer') { if (var_content.value[2] == 'pointer') {
highlight_addresses.value[var_content.value[3]] = -1
pointer_color.value = -1 pointer_color.value = -1
} }
} }
......
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