This commit is contained in:
katherinehhh 2025-03-04 10:08:54 +08:00
parent b4b0c8f0cb
commit ab03704d87

View File

@ -241,9 +241,7 @@ function getSubscriber(
} }
} else if (fieldName === 'initialValue') { } else if (fieldName === 'initialValue') {
if (stateList.length > 1) { if (stateList.length > 1) {
if (!field.value) {
field.value = undefined; field.value = undefined;
}
field.initialValue = lastState.value; field.initialValue = lastState.value;
} }
} else { } else {