Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yuan Zhixiang
c-render-vue
Commits
a175695c
Commit
a175695c
authored
Apr 26, 2024
by
Yuan Zhixiang
Browse files
修复 右键删除上色 bug
parent
1c5ffca4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/VarUnit.vue
View file @
a175695c
...
...
@@ -180,6 +180,7 @@ function highlight_pointer() { // 点击某个地址,使其和对应元素改
function
unhighlight_pointer
()
{
// 点击某个地址,使其和对应元素改变style
if
(
is_data
.
value
)
{
if
(
var_content
.
value
[
2
]
==
'
pointer
'
)
{
highlight_addresses
.
value
[
var_content
.
value
[
3
]]
=
-
1
pointer_color
.
value
=
-
1
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment