enso/app
Adam Obuchowicz 1cb0314c56
Fix panic when closing project while some GUI elements are still in executor. (#7422)
Fixes #7301

When dropping the entire Application, we were removing the scene first, and only then the executor. But when executor had tasks containing still some GUI elements, those elements tried to reach scene on drop, what caused panic.

Here we clear the executor earlier, so the scene is deleted when nobody should try to access it.
2023-07-31 09:36:58 +00:00
..
gui Fix panic when closing project while some GUI elements are still in executor. (#7422) 2023-07-31 09:36:58 +00:00
ide-desktop Fix dashboard regressions (#7414) 2023-07-29 10:19:31 +02:00