From 6a6ab8fc888ec247390b67884ff53b5369fbb64e Mon Sep 17 00:00:00 2001 From: fansaien Date: Thu, 20 Dec 2018 16:30:04 -0600 Subject: [PATCH] added the event to the callback (#4001) Credit to @fansaien --- modules/system/assets/ui/js/input.hotkey.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/assets/ui/js/input.hotkey.js b/modules/system/assets/ui/js/input.hotkey.js index bb236e933..5f58cc148 100644 --- a/modules/system/assets/ui/js/input.hotkey.js +++ b/modules/system/assets/ui/js/input.hotkey.js @@ -167,7 +167,7 @@ return if (this.options.callback) - return this.options.callback(this.$el, ev.currentTarget) + return this.options.callback(this.$el, ev.currentTarget, ev) } }