Open MohamedRejeb opened 1 year ago
Hi, can you add functions to RichEditState for Undo/Redo?
It's on the scope, I'll try to add it before 1.0.0
Hi @MohamedRejeb is the undo functionality added now?
Hi, not yet, but it's on top of my list.
Thanks! sorry to bug you, Is there any work around for this until you introduce it? do you have anything in your mind, I can work on it.
These should be the steps needed to implement this feature.
undo()
and redo()
in RichTextState
class.The upcoming BasicTextField2 already has support for it: https://android-review.googlesource.com/c/platform/frameworks/support/+/2748196
For now it seems to be Android only but eventually this comes to the multiplatform implementation as well and/or you can copy the implementation.
bump, BasicTextField2 has been released to the multiplatform