Is it possible to undo/redo within `transact`? I want to group the last action with the actions I'm about to perform. Also, does `setCursorPosition` work as expected within `transact`?
Is it possible to undo/redo within
transact? I want to group the last action with the actions I'm about to perform.Also, does
setCursorPositionwork as expected withintransact?