The undo stack pushed one entry per cell update instead of one entry per user action. A drag-fill of 50 cells took 50 undo presses.
Fix: the bulk-update path now wraps related updates into a single history entry. Drag-fill, paste, find/replace, and format painter all undo as one action.
Activity
- Ryan K. opened this entryMay 27, 2026
- ShippedMay 28, 2026
Team notes 1
Notes here are local-only for now. To reach us, start free and send feedback from inside the app.
Every cell update used to be its own undo step. Bulk operations now batch into a single entry: drag-fill, paste, format painter, find/replace all undo as one.