enso/app
somebody1234 2cc35fde01
Fix IDE bug on cloud backend (#7564)
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
2023-08-11 12:42:11 +00:00
..
gui Display user-provided project name in the top bar (#7533) 2023-08-11 12:32:46 +00:00
ide-desktop Fix IDE bug on cloud backend (#7564) 2023-08-11 12:42:11 +00:00