Use buffer ID in BufferItem.onBufferClick
This commit is contained in:
parent
0e078932c0
commit
bfc0960200
2 changed files with 3 additions and 3 deletions
|
@ -821,8 +821,8 @@ export default class App extends Component {
|
|||
this.privmsg(buf.name, text);
|
||||
}
|
||||
|
||||
handleBufferListClick(name) {
|
||||
this.switchBuffer({ name });
|
||||
handleBufferListClick(id) {
|
||||
this.switchBuffer(id);
|
||||
}
|
||||
|
||||
handleJoinClick(event) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue