Handle inertia resumption with the resume event
mainWhen a user resumes an action during the inertia phase (if allowResume is enabled), the difference between the start and resume coordinates relative to the target's top-left corner is not automatically reflected in the subsequent {action}move events.
To account for this coordinate difference, you must listen for the {action}resume event (e.g., dragresume or resizeresume) and handle it similarly to how you would handle an {action}move event.