rajdeep / proton

Purely native and extensible rich text editor for iOS and macOS Catalyst apps
Other
1.27k stars 81 forks source link

UndoManager #315

Closed easiwriter closed 3 months ago

easiwriter commented 3 months ago

Another reason I need access to UITextView is to get the UndoManager. Maybe you could provide a getter for it.

rajdeep commented 3 months ago

done in #316 and merged to main. Please note that there are other aspects like adding attachments, if you are using these, that you may have to manually manage in your code for Undo/Redo. I have a task in pipeline to improve that but it may take some time before I get to it.