Changed so that pictograms can be entered continuously (#1246)

This commit is contained in:
Yusuke Arakawa 2023-03-15 02:53:16 +09:00 committed by GitHub
parent baf853f46e
commit 7f96d97d7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -283,7 +283,6 @@ struct StatusEditorAccessoryView: View {
}
.onTapGesture {
viewModel.insertStatusText(text: " :\(emoji.shortcode): ")
isCustomEmojisSheetDisplay = false
}
}
}.padding(.horizontal)