mirror of
https://github.com/konvajs/konva.git
synced 2025-10-08 00:14:23 +08:00
listen pointerleave event in Stage
This commit is contained in:
@@ -58,6 +58,7 @@ const STAGE = 'Stage',
|
||||
[POINTERMOVE, '_pointermove'],
|
||||
[POINTERUP, '_pointerup'],
|
||||
[POINTERCANCEL, '_pointercancel'],
|
||||
[POINTERLEAVE, '_pointerleave'],
|
||||
[LOSTPOINTERCAPTURE, '_lostpointercapture'],
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user