From faaa79314eb496337949d873d42b27f892ff5007 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Fri, 20 Jul 2018 12:50:14 -0400 Subject: [PATCH] remove comment --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e7761f6..8700289 100644 --- a/index.html +++ b/index.html @@ -121,7 +121,7 @@ th:first-child, td:first-child { const ctrlHeld = (ev) => (ev.ctrlKey || ev.metaKey); const inTag = (tag) => (getSelNode().nodeName === tag); - const keyCmd = (ev, cmd, arg) => !(ctrlHeld(ev) && doc.exec(cmd, false, arg)); //!ctrlHeld(ev) || !doc.exec(cmd, false, arg); + const keyCmd = (ev, cmd, arg) => !(ctrlHeld(ev) && doc.exec(cmd, false, arg)); const reinit = (ev) => { if (ctrlHeld(ev)) { initialize(true); -- 2.52.0