1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-12-02 20:22:52 +00:00

fix missing id for files causing delete to not happen

This commit is contained in:
Laura
2025-11-04 20:44:27 +01:00
parent 1bd44be088
commit b952757dfc

View File

@@ -916,6 +916,10 @@
}
addFile(file) {
if (!file.id) {
file.id = uid();
}
this.#files.push(file);
this.#_files.appendChild(