mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
and another one (#2063)
This commit is contained in:
parent
1a61359996
commit
4e9bd4d953
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ module.exports = class Window {
|
|||
rpc.emit('move');
|
||||
});
|
||||
rpc.on('close', () => {
|
||||
this.close();
|
||||
window.close();
|
||||
});
|
||||
const deleteSessions = () => {
|
||||
sessions.forEach((session, key) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue