From bdc2b4e77b99f7aca84b1dc802eb1b11415d495d Mon Sep 17 00:00:00 2001 From: 80B Date: Fri, 8 Jan 2021 02:23:05 +0000 Subject: [PATCH] fixup --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index 2c3d823..6a5686c 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,6 @@ - Michael D. Lowis - About Me @@ -50,7 +49,7 @@ const loadPage = (file, dir = { J: 'journals', N: 'notes', T: 'tasks' }[file[0]] search.onkeyup = (ev) => { filterPages(); - ev.stopPropagation(); + ev.key !== 'Escape' && ev.stopPropagation(); } loadPage("N2021-01-06-201332604"); -- 2.54.0