Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-12-23 10:20:47 +08:00
parent 16cd7e2c0d
commit da2f3234c2
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -323,8 +323,6 @@ func ResetBlockAttrs(id string, nameValues map[string]string) (err error) {
node.ClearIALAttrs()
for name, value := range nameValues {
value = util.RemoveInvalidRetainCtrl(value)
value = strings.TrimSpace(value)
if "" != value {
node.SetIALAttr(name, value)
}