mirror of
https://github.com/konvajs/konva.git
synced 2025-08-20 04:51:04 +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'],
|
||||
[POINTERUP, '_pointerup'],
|
||||
[POINTERCANCEL, '_pointercancel'],
|
||||
[POINTERLEAVE, '_pointerleave'],
|
||||
[LOSTPOINTERCAPTURE, '_lostpointercapture'],
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user