@egjs/react-flicking
Advanced tools
Comparing version 4.9.2 to 4.9.3
@@ -7,3 +7,3 @@ /* | ||
repository: https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking | ||
version: 4.9.2 | ||
version: 4.9.3 | ||
*/ | ||
@@ -654,3 +654,2 @@ 'use strict'; | ||
var flicking = this._vanillaFlicking; | ||
var props = this.props; | ||
Object.keys(VanillaFlicking.EVENTS).forEach(function (eventKey) { | ||
@@ -661,3 +660,4 @@ var eventName = VanillaFlicking.EVENTS[eventKey]; | ||
e.currentTarget = _this; | ||
props[propName](e); | ||
var evtHandler = _this.props[propName]; | ||
evtHandler(e); | ||
}); | ||
@@ -664,0 +664,0 @@ }); |
@@ -7,3 +7,3 @@ /* | ||
repository: https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking | ||
version: 4.9.2 | ||
version: 4.9.3 | ||
*/ | ||
@@ -654,3 +654,2 @@ import * as React from 'react'; | ||
var flicking = this._vanillaFlicking; | ||
var props = this.props; | ||
Object.keys(EVENTS).forEach(function (eventKey) { | ||
@@ -661,3 +660,4 @@ var eventName = EVENTS[eventKey]; | ||
e.currentTarget = _this; | ||
props[propName](e); | ||
var evtHandler = _this.props[propName]; | ||
evtHandler(e); | ||
}); | ||
@@ -664,0 +664,0 @@ }); |
@@ -7,3 +7,3 @@ /* | ||
repository: https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking | ||
version: 4.9.2 | ||
version: 4.9.3 | ||
*/ | ||
@@ -652,3 +652,2 @@ (function (global, factory) { | ||
var flicking = this._vanillaFlicking; | ||
var props = this.props; | ||
Object.keys(VanillaFlicking.EVENTS).forEach(function (eventKey) { | ||
@@ -659,3 +658,4 @@ var eventName = VanillaFlicking.EVENTS[eventKey]; | ||
e.currentTarget = _this; | ||
props[propName](e); | ||
var evtHandler = _this.props[propName]; | ||
evtHandler(e); | ||
}); | ||
@@ -662,0 +662,0 @@ }); |
{ | ||
"name": "@egjs/react-flicking", | ||
"version": "4.9.2", | ||
"version": "4.9.3", | ||
"description": "Everyday 30 million people experience. It's reliable, flexible and extendable carousel.", | ||
@@ -5,0 +5,0 @@ "main": "dist/flicking.cjs.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
202138