diff options
Diffstat (limited to 'editor/prosemirror')
-rwxr-xr-x | editor/prosemirror/prosemirror.ml | 1 |
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 -> |