Skip to content

Commit

Permalink
feat(ui): disable publish button (#3085)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoayco authored Dec 14, 2024
1 parent fb411e8 commit fa6c8a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/publish/PublishWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ function stopQuestionMarkPropagation(e: KeyboardEvent) {
v-if="!threadIsActive || isFinalItemOfThread"
btn-solid rounded-3 text-sm w-full flex="~ gap1" items-center md:w-fit class="publish-button"
:aria-disabled="isPublishDisabled || isExceedingCharacterLimit" aria-describedby="publish-tooltip"
:disabled="isPublishDisabled || isExceedingCharacterLimit"
@click="publish"
>
<span v-if="isSending" block animate-spin preserve-3d>
Expand Down

0 comments on commit fa6c8a8

Please sign in to comment.