mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 22:02:34 +00:00
Fixed crash when commiting variable name update, fixed crashed from wip editor
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user