fabricjs-psbrush icon indicating copy to clipboard operation
fabricjs-psbrush copied to clipboard

Use setPointerCapture

Open arcatdmz opened this issue 3 years ago • 0 comments

The setPointerCapture() method of the Element interface is used to designate a specific element as the capture target of future pointer events. Subsequent events for the pointer will be targeted at the capture element until capture is released (via Element.releasePointerCapture() or the pointerup event is fired).

https://developer.mozilla.org/en-US/docs/Web/API/Element/setPointerCapture

arcatdmz avatar Sep 10 '21 11:09 arcatdmz