dmurdoch / rgl

rgl is a 3D visualization system based on OpenGL. It provides a medium to high level interface for use in R, currently modelled on classic R graphics, with extensions to allow for interaction.
https://dmurdoch.github.io/rgl/
GNU General Public License v2.0
84 stars 20 forks source link

If ARIA label is not included, don't crash. #382

Closed dmurdoch closed 11 months ago

dmurdoch commented 11 months ago

Try to include it when saveWidget is used in Shiny.

Bug was reported here: https://stackoverflow.com/q/76784252