We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156cf8f commit 52e0b83Copy full SHA for 52e0b83
src/widgets/ot_page_transition.eliom
@@ -152,7 +152,7 @@ module Make (Conf:PAGE_TRANSITION_CONF) = struct
152
Eliom_client.onchangepage hc_handler;
153
match animation_type ev with
154
| Nil -> Lwt.return_unit
155
- | Forward -> forward ev.Eliom_client.current_id
+ | Forward -> forward ev.Eliom_client.origin_id
156
| Backward ->
157
match ev.Eliom_client.target_id with
158
| Some target_id -> backward target_id
0 commit comments