Open StringKe opened 3 years ago
@daybrush Can you check this error? Thank you
https://github.com/daybrush/dragscroll/blob/master/src/DragScroll.ts#L53
If add selectedTargets
to targets
in moveable
, startRect
in DragScroll
is always empty.
Thank you for providing great open source components. I encountered some errors while trying to customize some functions. Can you tell me how to solve the errors?
https://github.com/daybrush/scena/blob/master/packages/react-editor/src/Editor/Editor.tsx#L274
Editor
will passselectedTargets
tomoveable
property target inMoveableManager
,I tried to add an event, but theSelecto
component generates an error.