#56 : Code cleanup

This commit is contained in:
Vadim
2021-08-12 22:14:22 +03:00
parent 9eca04ebb7
commit d8cc22093c

View File

@@ -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) => {