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
Since I need to use more than one file I added playground-tab-bar component, which is rendered ok. The problem arise when I want to select another file: the new content is not rendered/updated into playground-file-editor.
Hi @tinchox5 , I have the same issue as well, but looking at the source code for <playground-ide> , it seems like the docs missed out on documenting the editor attribute for <playground-tab-bar>
Hi there!
I'm using a custom layout based on this example https://github.com/google/playground-elements#custom-layouts.
Since I need to use more than one file I added
playground-tab-bar
component, which is rendered ok. The problem arise when I want to select another file: the new content is not rendered/updated intoplayground-file-editor
.Here is my code.
And css style:
The text was updated successfully, but these errors were encountered: