mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
2cc35fde01
Fixes cloud projects not being able to be opened. The cause is because the IDE React component was calling `document.body.removeChild()`, but the script was being added to `document.head`. The `removeChild()` has now been replaced with `child.remove()` to prevent this from happening again. # Important Notes None |
||
---|---|---|
.. | ||
gui | ||
ide-desktop |