enso/app/gui/view/graph-editor
Adam Obuchowicz d3b247a2bc
Do not attach visualization on startup. (#5841)
@hubertp has reported in #5620 that sometimes enabling visualization does not send "attachVisualization" message to the engine.

The actual cause was simply because it was already attached. Updating the default visualizations (when receiving information about type) updated the preprocessors, what caused in turn attaching visualization.

That was a bug, of course. This PR fixes it: now we don't update any visualization if it's hidden.
2023-03-08 17:37:18 +00:00
..
src Do not attach visualization on startup. (#5841) 2023-03-08 17:37:18 +00:00
Cargo.toml Implement fix for duplicate entries in visualisation list. (#5808) 2023-03-07 23:28:48 +00:00