forked from CringeStudios/gamja
Fix Alt+h messing up all buffers
This commit is contained in:
parent
b0671fe336
commit
8fbc0a5c62
@ -13,7 +13,7 @@ export const keybindings = [
|
|||||||
var lastMsg = buf.messages[buf.messages.length - 1];
|
var lastMsg = buf.messages[buf.messages.length - 1];
|
||||||
app.setReceipt(buf.name, ReceiptType.READ, lastMsg);
|
app.setReceipt(buf.name, ReceiptType.READ, lastMsg);
|
||||||
}
|
}
|
||||||
buffers.set(buf.name, {
|
buffers.set(buf.id, {
|
||||||
...buf,
|
...buf,
|
||||||
unread: Unread.NONE,
|
unread: Unread.NONE,
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user