mirror of
https://github.com/konvajs/konva.git
synced 2026-01-24 05:45:14 +08:00
better mulitouch
This commit is contained in:
@@ -46,7 +46,7 @@ export function releaseCapture(pointerId: number, target?: Shape | Stage) {
|
||||
const stage = shape.getStage();
|
||||
|
||||
if (stage && stage.content) {
|
||||
stage.content.releasePointerCapture(pointerId);
|
||||
// stage.content.releasePointerCapture(pointerId);
|
||||
}
|
||||
|
||||
Captures.delete(pointerId);
|
||||
|
||||
Reference in New Issue
Block a user