You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
htmlwidgets creates a class for the div holding a widget that contains the name of the widget, and some other stuff. combineWidgets just uses class cw-widget, ignoring the original class.
This causes trouble for rgl, because it provides some style info in a CSS file that depends on the class attribute for the div.
I have a patch on dmurdoch/manipulateWidget in the keepclass branch, but it also includes the previous patch. I don't know how to submit a PR that only includes the new stuff.
The text was updated successfully, but these errors were encountered:
htmlwidgets creates a class for the div holding a widget that contains the name of the widget, and some other stuff. combineWidgets just uses class
cw-widget
, ignoring the original class.This causes trouble for
rgl
, because it provides some style info in a CSS file that depends on the class attribute for the div.I have a patch on dmurdoch/manipulateWidget in the
keepclass
branch, but it also includes the previous patch. I don't know how to submit a PR that only includes the new stuff.The text was updated successfully, but these errors were encountered: