mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 02:21:54 +03:00
1cb0314c56
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. |
||
---|---|---|
.. | ||
gui | ||
ide-desktop |