Regarding the Repeater component, dragging it to the last position causes the child components to be forcibly re-rendered. #17463
Closed
People-Sea
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @danharrin ,I'd like to discuss with you the solution to fix the issue
#17402
After several days of investigation, I have identified the cause of the problem. It is that when dragging with
sortablejs
to the last position, it will be inserted into (<! --[if BLOCK]><! [endif]-->
) After that, I have now prepared the PR, which involves processing in sortablejs. When dragging ends and it's the last item, it will search forward for the placeholder comment and insert it before that.expected:
Unexpected:
Can I solve it along this line of thinking, or should I submit a fix to sortablejs
Beta Was this translation helpful? Give feedback.
All reactions