When I start a Pluto notebook with the following setup
Cell 1
using WGLMakie, Bonito
Cell 2
Page()
Cell 3
scatter(1:10)
Cell 4
scatter(1:10,1:10,1:10)
Cell 3 displays a 2D Axis that does not react to the mouse, but it does capture its events, since scrolls don’t affect the notebook.
Cell 4 works as expected, displaying an intractable 3D Axis.
My package versions are
[824d6782] Bonito v4.0.0
[c3e4b0f8] Pluto v0.20.4
[276b4fcb] WGLMakie v0.10.18
Any advice? Is this a bug or can I do something?
If it matters, 2D Axis works just fine when running WGLMakie from the REPL and it opens in a new browser window.