enso/app
Ilya Bogdanov df72b38f60
Visualizations fixes follow-up (#9252)
Addressing review suggestions from #9130

- Removing `N` binding
- Removing duplicated `Toggle fullscreen vis` binding

A few important differences from the suggested implementation:
1. There is no easy way to implement `nextType` on GraphEditor – we simply don’t have the required API
2. The keydown handler in `GraphVisualization` must be defined on window level still, otherwise it won’t get keydown events unless visualization is focused, and thus `nextType` won’t work because of (1)

No visual changes to the IDE.
2024-03-08 15:59:15 +00:00
..
gui/view/graph-editor/src/builtin/visualization/java_script Remove gui1 codebase (#9242) 2024-03-07 02:20:21 +00:00
gui2 Visualizations fixes follow-up (#9252) 2024-03-08 15:59:15 +00:00
ide-desktop Refactor configuration keys out of repository (#8895) 2024-03-08 03:14:26 +00:00