Skip to content

Commit dbfcf42

Browse files
committed
touch: dispatch on END event
fixes microsoft#30138
1 parent 9b391e8 commit dbfcf42

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/vs/base/browser/touch.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ export class Gesture implements IDisposable {
201201
);
202202
}
203203

204+
205+
this.dispatchEvent(this.newGestureEvent(EventType.End, data.initialTarget));
204206
// forget about this touch
205207
delete this.activeTouches[touch.identifier];
206208
}

0 commit comments

Comments
 (0)