Undo removes the partial output of currently running cell; cannot redo changes undone when other cell produces outputs #10694
Labels
bug
pkg:shared-models
status:resolved-locked
Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Description
The new system of storing history of changes in 3.1 introduced with Real Time Collaboration (RTC) has some peculiarities which do not work great with my workflow. The synchronization of outputs and inputs might be neat in some cases, but it can be disruptive for live-editing code while the cell is already running.
Reproduce
Demo isolated to a single cell
The real problems
Expected behavior
I was able to get used to the undo being document-wide rather than cells-specific, but it still can be annoying from time to time.
I think that there are two issues:
a) allowing users to disable the document-wide history tracking when not in RTC mode
b) separating history of outputs from history of inputs, at least when not in RTC mode
Context
The text was updated successfully, but these errors were encountered: