mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-15 03:15:01 -05:00
Fix wrong variable name App.close
This commit is contained in:
parent
67f6f99862
commit
ee8b40aae4
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ export default class App extends Component {
|
|||
return { buffers };
|
||||
});
|
||||
|
||||
this.receipts.delete(channel);
|
||||
this.receipts.delete(target);
|
||||
this.saveReceipts();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue