nnhubbard / ZSSRichTextEditor

A beautiful rich text WYSIWYG editor for iOS with a syntax highlighted source view
MIT License
3.78k stars 584 forks source link

Resting all selected actions like(Bold,Italic,Underline)when first time keyboard pop up #261

Open mohamedaslam opened 4 years ago

mohamedaslam commented 4 years ago

Hi, Actually iam using custom view to select Bold,Italic,Underline,strikeline,e.t.c..iam not using tool bar...Issue is if i select Bold,Italic,Underline,Strike,e.t.c without keyboard showing..After selecting actions if i show the keyboard first time automatically reseting all actions..

After testing so many times.what i understood is..if i select any action like Bold,italic,color,e.t.c then immediately i need to type some text with keyboard...after selecting without typing text if i disable keyboard ..and then again i show keyboard all actions are getting reset....

How can i solve this issue?Please help to solve this issue..