-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
If a code cell is deleted in an input area and this is reverted with Ctrl + Z, in the underlying text document, the text is not reinserted, while in the editor it is, leading to desynchronization.
How can we reproduce this issue?
Example:
- Open the Waterproof tutorial.
- Write
We conclude that (3 = 3).in the first exercise. - Open the text version of the waterproof tutorial to the side.
- While the cursor is in the input area, select "Parent" and hit "Delete".
- Undo the deletion using
ctrl-z. - Observe that the input area does have content in the editor, but does not have content in the underlying text file
- For instance selecting the text
We conclude that (3 = 3).and then hitting backspace will result in a skull.
What was supposed to happen?
The text should also reappear in the underlying file.
Metadata
Metadata
Labels
bugSomething isn't workingSomething isn't working