Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/playground-ide.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ export class PlaygroundIde extends LitElement {
<slot></slot>
</playground-project>

<div id="lhs">
<div id="lhs" part="lhs">
<playground-tab-bar
part="tab-bar"
.project=${projectId}
Expand All @@ -317,7 +317,7 @@ export class PlaygroundIde extends LitElement {
</playground-file-editor>
</div>

<div id="rhs">
<div id="rhs" part="rhs">
${this.resizable
? html`<div
id="resizeBar"
Expand Down