fix disable insertRadio
This commit is contained in:
parent
ac91453013
commit
80fa25c092
@ -231,8 +231,11 @@ function enableRadio() {
|
|||||||
} else {
|
} else {
|
||||||
radio.disabled = true
|
radio.disabled = true
|
||||||
radio.label.title = `Tous les ${radio.value} sont posés.`
|
radio.label.title = `Tous les ${radio.value} sont posés.`
|
||||||
if (valueToInsert == radio.value)
|
if (valueToInsert == radio.value) {
|
||||||
|
insertRadio0.checked = true
|
||||||
valueToInsert = ""
|
valueToInsert = ""
|
||||||
|
grid.style.cursor = "text"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user