fix(web): merge faces (#4383)

* fix(web): merge faces

* pr feedback
This commit is contained in:
martin 2023-10-07 13:04:08 +02:00 committed by GitHub
parent 98a7412855
commit c68702c0a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 11 deletions

View file

@ -87,7 +87,6 @@ export class AssetStore {
}),
websocketStore.onAssetTrash.subscribe((ids) => {
console.log('onAssetTrash', ids);
if (ids) {
for (const id of ids) {
this.pendingChanges.push({ type: 'trash', value: id });