mirror of
https://github.com/konvajs/konva.git
synced 2025-08-20 06:40:18 +08:00
listen pointerleave event in Stage
This commit is contained in:
parent
27fc1b1ba5
commit
922968f792
@ -58,6 +58,7 @@ const STAGE = 'Stage',
|
|||||||
[POINTERMOVE, '_pointermove'],
|
[POINTERMOVE, '_pointermove'],
|
||||||
[POINTERUP, '_pointerup'],
|
[POINTERUP, '_pointerup'],
|
||||||
[POINTERCANCEL, '_pointercancel'],
|
[POINTERCANCEL, '_pointercancel'],
|
||||||
|
[POINTERLEAVE, '_pointerleave'],
|
||||||
[LOSTPOINTERCAPTURE, '_lostpointercapture'],
|
[LOSTPOINTERCAPTURE, '_lostpointercapture'],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user