Small bug with arrows and hover of nodes.
This commit is contained in:
parent
bf85101cf3
commit
7a35861546
|
@ -712,6 +712,7 @@ function ___show_graphview_hover(id, default_id) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function ___hide_graphview_hover(id, default_id) {
|
function ___hide_graphview_hover(id, default_id) {
|
||||||
|
___hilite_off();
|
||||||
___current_hover_graphview = default_id;
|
___current_hover_graphview = default_id;
|
||||||
document.getElementById(default_id).style.visibility = 'visible';
|
document.getElementById(default_id).style.visibility = 'visible';
|
||||||
document.getElementById(id).style.visibility = 'hidden';
|
document.getElementById(id).style.visibility = 'hidden';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user