#56 : Code cleanup
This commit is contained in:
@@ -7,7 +7,7 @@ import { tappable } from '../tappable'
|
|||||||
|
|
||||||
function getHandler(isTouchable, node) {
|
function getHandler(isTouchable, node) {
|
||||||
const dispatch = createDispatcher(node)
|
const dispatch = createDispatcher(node)
|
||||||
|
|
||||||
if (isTouchable) {
|
if (isTouchable) {
|
||||||
return tappable(node, {
|
return tappable(node, {
|
||||||
dispatch: (_, payload) => {
|
dispatch: (_, payload) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user