mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-24 02:42:41 +00:00
update dependencies
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user