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

Update ZSSRichTextEditor.m #234

Closed swiftdays closed 5 years ago

swiftdays commented 5 years ago

1.fix viewController not delloc; 2.fix after pasting a paragraph of html text, the style is not displayed. The callback block method "contentUpdateCallback" was called back twice.

swiftdays commented 5 years ago

fix issues #233