Skip to content

Commit b26851d

Browse files
committed
one more mouse event to handle
1 parent 06a7a89 commit b26851d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/haz3lweb/app/editors/stepper/MissingStep.re

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ module View = {
376376
Web.Node.div(
377377
~attrs=[
378378
Web.Attr.class_("proof-context-box"),
379-
Web.Attr.on_mousedown(_ =>
379+
Web.Attr.on_pointerdown(_ =>
380380
Virtual_dom.Vdom.Effect.Stop_propagation
381381
),
382382
],

0 commit comments

Comments
 (0)