Rename sidebar and topbar
This commit is contained in:
parent
1b0ac4339f
commit
15c51d9ec7
4 changed files with 20 additions and 20 deletions
|
@ -59,7 +59,7 @@ function compareBuffers(a, b) {
|
|||
|
||||
export default function BufferList(props) {
|
||||
return html`
|
||||
<ul id="buffer-list">
|
||||
<ul>
|
||||
${Array.from(this.props.buffers.values()).sort(compareBuffers).map(buf => html`
|
||||
<${BufferItem} key=${buf.name} buffer=${buf} onClick=${() => props.onBufferClick(buf.name)} active=${props.activeBuffer == buf.name}/>
|
||||
`)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue