mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 08:11:30 +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 |
||
---|---|---|
.. | ||
lib | ||
.gitignore | ||
debugGlobals.ts | ||
eslint.config.js | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
utils.ts |