summaryrefslogtreecommitdiff
path: root/editor/prosemirror/prosemirror.ml
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2021-12-02 21:36:42 +0100
committerSébastien Dailly <sebastien@dailly.me>2022-02-07 16:43:33 +0100
commite78c236a8d28784370f192a3410693c456dc628f (patch)
tree3898c5d140f7900a983d814cb9d29b7da9db9b09 /editor/prosemirror/prosemirror.ml
parentf30e3eeb06bb932e6735868d404926cc7a9cd8aa (diff)
Added comment in editor event loop
Diffstat (limited to 'editor/prosemirror/prosemirror.ml')
-rwxr-xr-xeditor/prosemirror/prosemirror.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/prosemirror/prosemirror.ml b/editor/prosemirror/prosemirror.ml
index e413084..c44d090 100755
--- a/editor/prosemirror/prosemirror.ml
+++ b/editor/prosemirror/prosemirror.ml
@@ -18,6 +18,7 @@ module Model = struct
module Fragment = struct
+ (** https://prosemirror.net/docs/ref/#model.Fragment^fromArray *)
let from_array
: t -> node Js.t Js.js_array Js.t -> fragment Js.t
= fun t elements ->