Do not scroll to bottom with OS key

Fixes #101.
This commit is contained in:
Florine W. Dekker 2019-12-18 16:06:51 +01:00
parent ade62badd0
commit 1c5656f14e
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "fwdekker.com",
"version": "0.25.4",
"version": "0.25.5",
"description": "The source code of [my personal website](https://fwdekker.com/).",
"author": "Felix W. Dekker",
"repository": {

View File

@ -295,6 +295,7 @@ export class Terminal {
case "altgraph":
case "control":
case "meta":
case "os":
case "shift":
return; // Return without scrolling to 0
case "arrowup": {