00:48
<devsnek>
has anyone ever suggested the ability to control undo/redo? i didn't see anything on the gh
00:49
<devsnek>
the use case i have in mind is like, say you're switching between tabs of some ui that contain inputs. when you switch tabs, those inputs get removed and added and whatnot, so they lose their history
01:05
<sideshowbarker>
devsnek: https://rniwa.github.io/undo-api/
01:05
<devsnek>
oo
01:07
<sideshowbarker>
Ryosuke Niwa put a lot of work into it some years back, but I think it ran into the same kinds of underlying problems that all the editing-related APIs have