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
It would be cool to have the developer tool highlight where there are podlets in a layout. It should perhaps be opt-in, maybe a button in the Layout pane introduced in #76
I imagined we could do this by looking for custom elements with the -isolated suffix, but that won't find all podlets. Another option is perhaps to add "comment anchors" a la Lit:
The text was updated successfully, but these errors were encountered:
It would be cool to have the developer tool highlight where there are podlets in a layout. It should perhaps be opt-in, maybe a button in the Layout pane introduced in #76
I imagined we could do this by looking for custom elements with the
-isolated
suffix, but that won't find all podlets. Another option is perhaps to add "comment anchors" a la Lit:The text was updated successfully, but these errors were encountered: