Members, Circuits
This commit is contained in:
@@ -322,7 +322,7 @@ export default defineComponent({
|
||||
|
||||
function changevalRec(newval: any) {
|
||||
if (col.value && col.value.allowchar === costanti.ALLOWCHAR_CODE) {
|
||||
myvalue.value = tools.removespaces(newval)
|
||||
myvalue.value = tools.removespaces_slash(newval)
|
||||
}
|
||||
// console.log('popypedit: changevalRec', newval)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user