I have a problem with drag and drop.
When you start moving a block, the Repeating group starts scrolling, which causes the block to move off the mouse cursor, but it still moves with the mouse.
To solve this problem, I came to the conclusion that you need to stop scrolling at the moment of moving the block. Therefore, I believe that you need to use a HTML element that will stop scrolling. Just need to stop the scrolling of the group, and with the help of a condition I can change the ID attribute at the time of the block movement.
Since I donât know HTML at all, maybe someone can write the code if it is not complicated.
Or maybe someone knows a better solution to this problem.
Youâll want to set up the ID attribute on the repeating group in the conditionals tabâŚnot sure about drag and drop but the condition is for when the drag element is dragged.
However, this change worked when I just wrote down the same ID as in the HTML element, but when I use the condition that the group ID is set to the same as in the HTML element, then the scroll display disappears and the group still continues to scroll
do not move
Move
Perhaps there is another function to completely eliminate scrolling