fix insertRadio filter

This commit is contained in:
2023-03-30 01:21:34 +02:00
parent b5345e1a4d
commit 9191b6836c
2 changed files with 1 additions and 2 deletions

View File

@ -232,7 +232,6 @@ function enableRadio() {
valueToInsert = ""
}
}
insertRadios = insertRadios.filter(radio => !radio.disabled)
}
function highlight() {