enso/app
Adam Obuchowicz 503c680eb9
Fix CB making many frames for Undo-Redo (#4025)
The fix consists of two parts:
1. All the "review-apply" and "store temporary md" actions in the searcher controller are now guarded by an ignored transaction.
2. Because some of the temporary state may reach the UR frames assigned to other actions, added a bunch of code for removing all temporary expressions from the code and use it after restoring a frame. We may consider using it after project load as well.

### Important Notes

Added a useful method "log_err" to ResultOps (so every Result will have those).
2023-01-18 12:55:57 +01:00
..
gui Fix CB making many frames for Undo-Redo (#4025) 2023-01-18 12:55:57 +01:00
ide-desktop move hardcoded mixpanel token to the config (#3954) 2023-01-17 10:30:47 +00:00