From e78c236a8d28784370f192a3410693c456dc628f Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Thu, 2 Dec 2021 21:36:42 +0100 Subject: Added comment in editor event loop --- editor/prosemirror/prosemirror.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/prosemirror/prosemirror.ml') 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 -> -- cgit v1.2.3