Undo button
This is the third time I'm losing my reply by selecting the whole valuable text that I wrote for a long period and accidentally pushing paste button instead of copy.
And this time I won't rewrite it, cause it was too big :D
Please add undo / redo button while writing comments to posts, in your spare time, and if this not too hard.
Thank you.
This would be such a good feature. I can't believe that text boxes in ALL of Android don't have this feature built-in.
This should be possible - for devs: I found this that might be useful for implementation: https://api.flutter.dev/flutter/widgets/UndoHistoryController-class.html
Additionally, we need to add buttons to allow for undo/redo actions. I think this is best implemented as custom actions in the markdown toolbar!