Update room.add-object-dialog.vue

This commit is contained in:
syuilo 2026-05-13 18:36:09 +09:00
commit 1a57b8177b

View file

@ -162,12 +162,12 @@ watch(selectedId, (newId) => {
controller.resize();
});
}).catch(err => {
console.error(err);
closeWaiting();
throw err;
});
} catch (err) {
console.error(err);
closeWaiting();
throw err;
}
});
}