enso/app/ide-desktop
somebody1234 b8b2f39270
Fix right click (#7237)
Fixes #7236

# Important Notes
This was caused by `userMenu` having an effect that depends on `setModal` and `unsetModal`, which were not memoized - so they would be a different value every time.
2023-07-10 09:59:57 +00:00
..
lib Fix right click (#7237) 2023-07-10 09:59:57 +00:00
.gitignore Replace webpack with esbuild (#3592) 2022-08-10 03:41:44 +02:00
debugGlobals.ts QoL code improvements for dashboard (#7022) 2023-06-19 01:02:08 +02:00
eslint.config.js Enable React and strict-boolean-expressions lints (#7023) 2023-07-06 13:52:32 +02:00
package-lock.json Enable React and strict-boolean-expressions lints (#7023) 2023-07-06 13:52:32 +02:00
package.json Enable React and strict-boolean-expressions lints (#7023) 2023-07-06 13:52:32 +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