1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-13 23:25:41 +02:00
This commit is contained in:
syuilo
2026-04-13 21:10:09 +09:00
parent b9335bc314
commit b6e269d140

View File

@@ -1729,6 +1729,9 @@ export class RoomEngine {
this.objectEntities.get(objectId)?.rootMesh.dispose();
this.objectEntities.delete(objectId);
this.roomState.installedObjects = this.roomState.installedObjects.filter(o => o.id !== objectId);
for (const o of this.roomState.installedObjects.filter(o => o.sticky === objectId)) {
o.sticky = null;
}
this.selected.value = null;
sound.playUrl('/client-assets/room/sfx/remove.mp3', {