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