mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Update room.add-object-dialog.vue
This commit is contained in:
parent
2966d2a862
commit
43f20e44c3
1 changed files with 1 additions and 0 deletions
|
|
@ -168,6 +168,7 @@ watch(selectedId, (newId) => {
|
|||
const closeWaiting = os.waiting();
|
||||
nextTick(() => {
|
||||
try {
|
||||
// TODO: timeout
|
||||
controller.loadObject(newId).then(res => {
|
||||
selectedInstanceId.value = res.id;
|
||||
selectedObjectOptionsState.value = deepClone(res.options);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue