RichEditorView icon indicating copy to clipboard operation
RichEditorView copied to clipboard

Added done option on toolbar so that we can remove the keyboard directly

Open RaviRanjan-11 opened this issue 4 years ago • 1 comments

Hi There was an small issue for removing keyboard once we are done with editing we have to tap on another field than only after we can remove the Keyboard

I have added just 2 line of code and given an option for keyboard dismiss on done button

RaviRanjan-11 avatar Aug 24 '21 09:08 RaviRanjan-11

func richEditorToolbarDone(_ toolbar: RichEditorToolbar) { self.view.resignFirstResponder() }

RaviRanjan-11 avatar Aug 24 '21 09:08 RaviRanjan-11