diff --git a/app/components/publish/PublishWidget.vue b/app/components/publish/PublishWidget.vue index 8c25f239..5ece7fc1 100644 --- a/app/components/publish/PublishWidget.vue +++ b/app/components/publish/PublishWidget.vue @@ -29,7 +29,7 @@ const emit = defineEmits<{ const { t } = useI18n() -const { threadItems, threadIsActive, publishThread } = threadComposer ?? useThreadComposer(draftKey) +const { threadItems, threadIsActive, publishThread, threadIsSending } = threadComposer ?? useThreadComposer(draftKey) const draft = computed({ get: () => threadItems.value[draftItemIndex], @@ -577,18 +577,18 @@ const detectLanguage = useDebounceFn(async () => {