1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-28 00:04:39 +02:00
This commit is contained in:
syuilo
2026-06-15 18:46:54 +09:00
parent 60f60b6bac
commit 4fc9e38e0d

View File

@@ -227,7 +227,7 @@ watch(selectedId, (newId) => {
const closeWaiting = os.waiting();
nextTick(() => {
try {
withTimeout(controller.loadFuniture(newId), 10000).then(res => {
withTimeout(controller.loadFurniture(newId), 10000).then(res => {
selectedInstanceId.value = res.id;
selectedFunitureOptionsState.value = deepClone(res.options);
controller.resumeRender();