mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-15 00:47:46 +01:00
Fix wrong variable name App.close
This commit is contained in:
parent
67f6f99862
commit
ee8b40aae4
@ -569,7 +569,7 @@ export default class App extends Component {
|
|||||||
return { buffers };
|
return { buffers };
|
||||||
});
|
});
|
||||||
|
|
||||||
this.receipts.delete(channel);
|
this.receipts.delete(target);
|
||||||
this.saveReceipts();
|
this.saveReceipts();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user