Fixed crash when commiting variable name update, fixed crashed from wip editor

This commit is contained in:
2024-12-10 11:26:26 -06:00
parent f60aadac72
commit c37dc7112b
2 changed files with 2 additions and 2 deletions

View File

@@ -458,7 +458,7 @@ module TAC
type = find_element_by_tag(variable_container, "type")
value = find_element_by_tag(variable_container, "value")
label.value = name
para.value = name
type.value = "Type: #{variable.type}"
value.value = "Value: #{variable.value}"