K3D-tools / K3D-jupyter

K3D lets you create 3D plots backed by WebGL with high-level API (surfaces, isosurfaces, voxels, mesh, cloud points, vtk objects, volume renderer, colormaps, etc). The primary aim of K3D-jupyter is to be easy for use as stand alone package like matplotlib, but also to allow interoperation with existing libraries as VTK.
MIT License
941 stars 123 forks source link

Text elements should not be selectable while manipulating the plot #454

Open deluksic opened 3 months ago

deluksic commented 3 months ago

Description

Text elements inside the plot get selected while trying to manipulate the view / camera. The same issue is present on the examples page.

image
artur-trzesiok commented 3 months ago

@deluksic agree! Good spot.