update dependencies

This commit is contained in:
2024-11-05 02:34:40 +01:00
parent 9cb36662b3
commit d68f1b19fa
7 changed files with 1015 additions and 947 deletions

View File

@@ -46,7 +46,7 @@
id.splice(id.indexOf(0), 1);
id.push(0);
while ($chords.some((it) => JSON.stringify(it.id) === JSON.stringify(id))) {
id[id.length - 1]!++;
id[id.length - 1] = id[id.length - 1]! + 1;
}
changes.update((changes) => {