enso/app
Ilya Bogdanov b0ce2a8d29
Fix node editing race condition (#6594)
Fixes #6411

The issue was quite popular `map2` instead of `all_with`. I also updated the code to use the modern `debounce` API instead of a hacky 0-millisecond timer.

The FRP of the project view is extremely complicated in this place, and similar race conditions can appear out of nowhere. We must consider refactoring the current implementation (everything connected to the CB).
2023-05-09 11:18:56 +00:00
..
gui Fix node editing race condition (#6594) 2023-05-09 11:18:56 +00:00
ide-desktop Fix dashboard issues (part 2) (#6511) 2023-05-09 10:33:11 +02:00