enso/app
Adam Obuchowicz 01d1560b2c
Preview keeps showing when cursor is over it, preventing flickering (#7158)
Fixes #6379

https://github.com/enso-org/enso/assets/3919101/be509314-a5f7-41c8-be0f-a7c46deca477

Before, the quick visualization preview (ctrl/cmd + output port hover) was flickering, because shown visualization made output port no longer hovered. To fix that, the preview is hidden only when both the output port _and_ the preview stop being hovered.

Also discovered that the visualization chooser is not visible or looks ugly when visualization with HTML elements is shown over the nodes, so I made it not being visible on previews.
2023-07-03 08:47:12 +00:00
..
gui Preview keeps showing when cursor is over it, preventing flickering (#7158) 2023-07-03 08:47:12 +00:00
ide-desktop Don't start Enso automatically after installation completes. (#7175) 2023-07-02 12:33:27 +02:00