-
-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Description
Using version 0.3.3 (SPM).
The delete button is missing from the category view.
let keyboardSettings = KeyboardSettings(bottomType: .categories)
keyboardSettings.isShowPopPreview = true
keyboardSettings.needToShowAbcButton = false
keyboardSettings.needToShowDeleteButton = true
keyboardSettings.updateRecentEmojiImmediately = trueThe delete button does not appear.
Using the pageControl bottom type and a delete button results in a crash.
Metadata
Metadata
Assignees
Labels
No labels