mirror of
https://github.com/enso-org/enso.git
synced 2024-12-11 12:24:27 +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 |
||
---|---|---|
.. | ||
src | ||
bundle.ts | ||
esbuild-config.ts | ||
package.json | ||
tailwind.config.ts | ||
tsconfig.json | ||
watch.ts |