mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-21 08:29:59 -05:00
f02df4382a
When a user drags an authentication flow step and drops it back in its original position, the onDrop handler now returns early instead of calling executeChange(). This prevents an unnecessary refresh() call and the false "Flow successfully updated" success notification. Closes #47710 Signed-off-by: chon3806 <93464148+chon3806@users.noreply.github.com>