ISEmojiView icon indicating copy to clipboard operation
ISEmojiView copied to clipboard

Delete button does not appear

Open moshegottlieb opened this issue 1 year ago • 3 comments

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 = true

The delete button does not appear.
Using the pageControl bottom type and a delete button results in a crash.

moshegottlieb avatar Oct 31 '22 07:10 moshegottlieb