Skip to content

Commit

Permalink
fix(frontend): 로그인 화면에서 Enter를 입력하면 Captcha 화면을 클릭할 때 로그인 화면이 사라질 수 있음
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Nov 14, 2024
1 parent e9d773b commit ac46f9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG_CHERRYPICK.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Misskey의 전체 변경 사항을 확인하려면, [CHANGELOG.md#2024xx](CHANGE
- Fix: `노트 삭제 예약`을 활성화한 상태로 옵션을 수정하지 않고 노트를 게시하면 노트 삭제 예약이 적용되지 않을 수 있음
- Fix: 투표가 있는 노트에 답글을 작성할 때 노트 작성 영역에서 투표가 표시되지 않을 수 있음
- Fix: 환경설정 백업 시 일부 설정이 누락되어 백업될 수 있음
- Fix: 로그인 화면에서 `Enter`를 입력하면 Captcha 화면을 클릭할 때 로그인 화면이 사라질 수 있음

### Server
- Feat: 연합 대응 확장
Expand Down
1 change: 0 additions & 1 deletion packages/frontend/src/components/MkSigninDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkModal
ref="modal"
:preferType="'dialog'"
@click="onClose"
@closed="emit('closed')"
>
<div :class="$style.root">
Expand Down

0 comments on commit ac46f9b

Please sign in to comment.