Skip to content

Commit 4620e2d

Browse files
committed
Ot_spinner: fix number of active spinners when an exception is raised
1 parent a05c785 commit 4620e2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/widgets/ot_spinner.eliom

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ struct
153153
Lwt.return (v :> Html_types.div_content_fun F.elt list))
154154
(fun e ->
155155
A.bind2 (fail e) (fun v ->
156-
dec_active_spinners ();
157156
Lwt.return (v :> Html_types.div_content_fun F.elt list)))
158157
in
159158
Manip.replaceChildren d v;

0 commit comments

Comments
 (0)