jalal246 opened this issue 5 years ago · 0 comments
Since AbstractDraggable updates translate values immediately:
AbstractDraggable
https://github.com/jalal246/dflex/blob/bdc3d06b58185c67703284588c34b91a76eb0955/packages/draggable/src/AbstractDraggable.js#L117-L118
While assigning current done only once in constructor. This is bad!
https://github.com/jalal246/dflex/blob/bdc3d06b58185c67703284588c34b91a76eb0955/packages/coreInstance/src/CoreInstance.js#L82-L83