From: 80B Date: Fri, 8 Jan 2021 02:23:05 +0000 (+0000) Subject: fixup X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=bdc2b4e77b99f7aca84b1dc802eb1b11415d495d;p=projs%2Fmdl.git fixup --- 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");