From f89b58f04af3eae05de9e999c39b2fe047fe6f4a Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 28 Feb 2016 06:48:03 +0000 Subject: Key bindings; more tweaks and fixes. Miscellaneous fixes and tweaks, including: - Reinstate key logging. - Fix count handling in line with expected behaviour in #2024. - Remove `noCount` option; we don't need it. - Simplify logic in various places. Fixes #2024. --- lib/handler_stack.coffee | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/handler_stack.coffee b/lib/handler_stack.coffee index bb0f19a6..2a44d26b 100644 --- a/lib/handler_stack.coffee +++ b/lib/handler_stack.coffee @@ -84,8 +84,6 @@ class HandlerStack # Debugging. logResult: (eventNumber, type, event, handler, result) -> - # Key queue events aren't usually useful for debugging, so we filter them out. - return if type in [ "registerKeyQueue" ] label = switch result when @stopBubblingAndTrue then "stop/true" -- cgit v1.2.3