Closed RonnieLincoln closed 2 months ago
by the way, I am using v1.6.17
Solved it by setting a mark in cursor.bind.mouseup
MouseListenerFactory .
you can add a setSelect
hook and set some viaDrag = true
flag in there. this will be triggered before setScale hooks.
Hi,
SetScale hook is triggered by
setData
,setScale
, mouse drag, double click.Is there any way to know it exactly from mouse drag?
:)