Closed kumilingus closed 7 months ago
When the user drags the arrowhead of a link (either by dragging the port or using the linkTools.Arrowhead tool), the following events are triggered on paper:
linkTools.Arrowhead
'link:pointerdown' (1) 'link:pointermove' (0+) link:pointerup' (1)
However, in the case of linkTools.TargetArrowhead and linkTools.SourceArrowhead the link:pointerdown event was missing.
linkTools.TargetArrowhead
linkTools.SourceArrowhead
link:pointerdown
Note: it applies to cell:pointerdown event too.
cell:pointerdown
Description
When the user drags the arrowhead of a link (either by dragging the port or using the
linkTools.Arrowhead
tool), the following events are triggered on paper:However, in the case of
linkTools.TargetArrowhead
andlinkTools.SourceArrowhead
thelink:pointerdown
event was missing.Note: it applies to
cell:pointerdown
event too.