devopsinthecloud
devopsinthecloud copied to clipboard
HKWTextView can't resume mention creation
Bug:
Invoking
resignFirstResponderon HKWTextView while on the state ofHKWMentionsStartDetectionStateCreatingMentiondoesn't resign the HKWTextView completely. This also makes the functionality to resume mention creation to halt.
Steps to replicate:
- Make sure the plugin's resumeMentionsCreationEnabled property is set to YES
- Initiate to create a mention
- While on mention creation state, resign the HKWTextView
- Made the HKWTextView as first responder
- BUG
Thanks for the clear steps to reproduce. We'll take a look