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
While dragging the slider in the experimental_layout cell works, it does freeze constantly when used in the @htl "$experimental_layout" cell.
Does someone know the reason and whether there is some way to circumvent this? It would be great if PlutoUI.ExperimentalLayout.Div could be used as part of an outer @htl context.
The text was updated successfully, but these errors were encountered:
Interesting! Originally, PlutoUI.ExperimentalLayout.Div would only work when it was used all the way to the top, i.e. the Div must be the object returned by the cell, or its chain of parents is.
When wrapped inside @htl, I believe that we use embed_display (JuliaPluto/AbstractPlutoDingetjes.jl#9) to make it work. So there must be an issue in the embed_display mechanism. It's also possible that we just render HTML in this case. You can check the browser devtools which is the case.
Hi there, consider the following example
While dragging the slider in the
experimental_layout
cell works, it does freeze constantly when used in the@htl "$experimental_layout"
cell.Does someone know the reason and whether there is some way to circumvent this? It would be great if
PlutoUI.ExperimentalLayout.Div
could be used as part of an outer@htl
context.The text was updated successfully, but these errors were encountered: