From: Michael D. Lowis Date: Fri, 20 Jul 2018 16:50:14 +0000 (-0400) Subject: remove comment X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=faaa79314eb496337949d873d42b27f892ff5007;p=proto%2Fjournal.git remove comment --- 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);