Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

振り仮名入力中にqを押すと入力文字列が消えるバグを修正 #83

Merged
merged 1 commit into from
Jan 6, 2024

Conversation

mtgto
Copy link
Owner

@mtgto mtgto commented Jan 6, 2024

振り仮名を入力中 (ローマ字) にqを入力すると未確定文字列が表示されなくなるバグを修正します。

再現手順

  1. ローマ字の一文字目を入力する (下線つきでmarkedTextが表示される)
  2. qを入力する
  3. ローマ字を入力する

想定される挙動

  • 2の段階では "あいうえお*" のようにローマ字部分がリセットされる
  • 3の操作で送り仮名の一文字目から入力となる

実際の挙動

  • 2の段階で未確定文字列が消える
  • 3の段階で未確定文字列が復活する

@mtgto mtgto merged commit a865980 into main Jan 6, 2024
2 checks passed
@mtgto mtgto deleted the romaji-q-fix branch January 6, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant