Merge branch 'dev' into 1.6

This commit is contained in:
Théophile Diot 2024-08-01 15:42:22 +01:00
commit f4ea01fe7d
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -1367,7 +1367,7 @@ class SettingsMultiple extends Settings {
const [containerSuffix, containerIsNum, containerName] =
this.getSuffixData(ctnrName);
if (containerIsNum && containerSuffix > topNum)
topNum = containerIsNum;
topNum = +containerSuffix;
});
//the final number is num
//num is total - 1 because of hidden SCHEMA container