From 46360d1b1f65994fe1638bbd3bf5dbbb4f8b020b Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Tue, 9 Feb 2021 00:54:04 +0100 Subject: [PATCH] remove typo from comment --- src/ext/lib/ActionHandler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ext/lib/ActionHandler.js b/src/ext/lib/ActionHandler.js index 210c768..dd34644 100644 --- a/src/ext/lib/ActionHandler.js +++ b/src/ext/lib/ActionHandler.js @@ -105,7 +105,7 @@ class ActionHandler { } // events should be handled in handleEvent function. We need to do things this - // way, otherwise we can't remove event listenerđ + // way, otherwise we can't remove event listener // https://stackoverflow.com/a/19507086 document.addEventListener('keydown', this ); document.addEventListener('keyup', this );