enso/app/gui/view/graph-editor
Stijn ("stain") Seghers 0578196623
Fix #5075: stop panning on full-screen visualisation (#6530)
Closes #5075: dragging or scrolling while a visualisation is in full screen caused the camera to move in the graph editor.

The problem was that clicking on the visualisation triggered some FRP node that indicated that the project list should be closed, which then indicated that the navigator shouldn't be disabled. However, the FRP code in the graph editor interpreted "shouldn't be disabled" as "should be enabled", ignoring the fact that there's also a full-screen visualisation, which should always disable the navigator.

https://user-images.githubusercontent.com/607786/235908932-0b579d69-5fd8-438e-a82b-02678d8e6156.mp4
2023-05-05 09:04:07 +00:00
..
src Fix #5075: stop panning on full-screen visualisation (#6530) 2023-05-05 09:04:07 +00:00
Cargo.toml Ability to change the execution environment between design and live. (#6341) 2023-04-25 20:28:15 +00:00