How could one go about creating a text field which...
# compose
w
How could one go about creating a text field which supports Undo Redo !
a
I'd look into using the snapshot api to capture previous state maybe
z
I don’t think compose’s snapshots would work for this, there’s no concept of storing snapshots to apply them later.