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
Consider the following code. It has three elements.
But if you uncomment jqui_resizable(leafletOutput('myMap')), the two dygraphs are not resizable any more.
However, if i do not nest the outputs in a tagList it also seems to work.
So my assumption would be that jqui_resizable() is blocked (if nested in tagList()) by another element ?
For my use case not using tagList() as a workaround is hardly possible.
Thanks for the great package!
Consider the following code. It has three elements.
But if you uncomment
jqui_resizable(leafletOutput('myMap')),
the two dygraphs are not resizable any more.However, if i do not nest the outputs in a tagList it also seems to work.
So my assumption would be that
jqui_resizable()
is blocked (if nested intagList()
) by another element ?For my use case not using
tagList()
as a workaround is hardly possible.Thanks for any help!
Reproducible example:
The text was updated successfully, but these errors were encountered: