Skip to content

Commit

Permalink
🎨 :: μ½”λ“œ Formatting 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
KangTaeHoon committed Sep 1, 2024
1 parent 5c5fcc9 commit a509a21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ extension MultiPurposePopupViewController: UITextFieldDelegate {
let latinCharCount: Double = currentText.alphabetCharacterCount

if let lastChar = currentText.last,
latinCharCount <= Double(viewModel.type.textLimitCount) {
latinCharCount <= Double(viewModel.type.textLimitCount) {
// μ™„μ„±λ˜μ§€ μ•Šμ€ ν•œκΈ€μΈ 경우
if lastChar.isIncompleteHangul {
return true
Expand Down

0 comments on commit a509a21

Please sign in to comment.