提交 dbfcf422 编写于 作者: I isidor

touch: dispatch on END event

fixes #30138
上级 9b391e82
......@@ -201,6 +201,8 @@ export class Gesture implements IDisposable {
);
}
this.dispatchEvent(this.newGestureEvent(EventType.End, data.initialTarget));
// forget about this touch
delete this.activeTouches[touch.identifier];
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册