This commit is contained in:
Fine 2024-10-18 13:24:06 +08:00
parent e5e925523c
commit edaf017ab1

View File

@ -56,6 +56,9 @@ limitations under the License. -->
}
delete valueMappings.value[list[index]];
keys.value = Object.keys(valueMappings.value);
if (!keys.value.length) {
keys.value = [""];
}
updateConfig();
}