You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I am missing something, but I have a draggable div restricted to the parent on dragEnd that by default is positioned at the bottom of its container and whose text is updated from a textarea elsewhere in the page. As new lines are added the draggable div grows and the lower edge comes out of the container. I tried to trigger dragmove and dragend on the draggable div on textarea changes but there's no effect. I just want it to reposition itself back inside the parent, just like it does when I drag it manually. It seems like a bad solution to duplicate this behavior on my end when it's already somewhere in the library. I just need a clean way to access it through the API.
The text was updated successfully, but these errors were encountered:
It would be difficult to open the modifier functions to be usable externally. It might happen eventually but probably a long time from now if at all so I'll close this issue and leave duplication as the best solution.
Maybe I am missing something, but I have a draggable
div
restricted to the parent ondragEnd
that by default is positioned at the bottom of its container and whose text is updated from atextarea
elsewhere in the page. As new lines are added the draggablediv
grows and the lower edge comes out of the container. I tried to triggerdragmove
anddragend
on the draggablediv
ontextarea
changes but there's no effect. I just want it to reposition itself back inside the parent, just like it does when I drag it manually. It seems like a bad solution to duplicate this behavior on my end when it's already somewhere in the library. I just need a clean way to access it through the API.The text was updated successfully, but these errors were encountered: