mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-26 18:21:00 +00:00
Changed so that pictograms can be entered continuously (#1246)
This commit is contained in:
parent
baf853f46e
commit
7f96d97d7c
1 changed files with 0 additions and 1 deletions
|
@ -283,7 +283,6 @@ struct StatusEditorAccessoryView: View {
|
||||||
}
|
}
|
||||||
.onTapGesture {
|
.onTapGesture {
|
||||||
viewModel.insertStatusText(text: " :\(emoji.shortcode): ")
|
viewModel.insertStatusText(text: " :\(emoji.shortcode): ")
|
||||||
isCustomEmojisSheetDisplay = false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}.padding(.horizontal)
|
}.padding(.horizontal)
|
||||||
|
|
Loading…
Reference in a new issue