fixes
This commit is contained in:
parent
ddc1a51899
commit
853d93f8ff
@ -303,8 +303,7 @@ function onmouseleave(event) {
|
|||||||
if (sightCheckbox.checked){
|
if (sightCheckbox.checked){
|
||||||
box = event.target
|
box = event.target
|
||||||
box.andNeighbourhood.forEach(neighbour => {
|
box.andNeighbourhood.forEach(neighbour => {
|
||||||
neighbour.parentElement.classList.remove("table-active")
|
neighbour.parentElement.classList.remove("table-active", "table-danger", "not-allowed")
|
||||||
neighbour.parentElement.classList.remove("table-danger", "not-allowed")
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user