From 978585a02e51d1fd7634b48f3cd48d743238b252 Mon Sep 17 00:00:00 2001 From: David Manthey Date: Fri, 13 Sep 2019 22:14:10 -0400 Subject: [PATCH] Expose the original event data in the action wheel event. This was intended, but since the `event` key was used, and that is populated with the event name, it wasn't actually exposed. --- src/mapInteractor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mapInteractor.js b/src/mapInteractor.js index e791981a8d..44c8a49a08 100644 --- a/src/mapInteractor.js +++ b/src/mapInteractor.js @@ -1759,7 +1759,7 @@ var mapInteractor = function (args) { break; } m_this.map().geoTrigger(geo_event.actionwheel, { - state: m_this.state(), mouse: m_this.mouse(), event: evt}); + state: m_this.state(), mouse: m_this.mouse(), eventData: evt}); } // reset the queue