enso/app/ide-desktop
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
..
lib Fix IDE bug on cloud backend (#7564) 2023-08-11 12:42:11 +00:00
.gitignore Replace webpack with esbuild (#3592) 2022-08-10 03:41:44 +02:00
debugGlobals.ts New context menu (#7431) 2023-08-10 15:31:53 +00:00
eslint.config.js New sharing menu (#7406) 2023-08-10 09:09:31 +00:00
package-lock.json Rearrange CB panels (#7350) 2023-07-31 15:33:54 +00:00
package.json Split dashboard.tsx into smaller components (#6546) 2023-07-19 11:48:39 +02:00
tsconfig.json Run TypeScript typechecking and eslint on Lint CI (#6603) 2023-05-23 12:22:53 +02:00
utils.ts Enable require-jsdoc lint and add two lints related to React (#6403) 2023-05-19 19:55:29 +00:00