Fixed taphandler problems.

This commit is contained in:
2019-10-02 10:33:57 +02:00
parent e7c05a8387
commit cd140a73f6
5 changed files with 458 additions and 232 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ export default class CardWrapper extends Object {
return true
}
if (this.tapNodes.has(node)) {
handler = this.tapNodes.get(node)
let handler = this.tapNodes.get(node)
handler(event, node)
return true
}