From 7c23b96ce5634550341b9554eda9d7c89a79e3c0 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 7 Feb 2022 16:03:16 +0100 Subject: Update editor --- editor/prosemirror/prosemirror.ml | 2 +- editor/prosemirror/prosemirror.mli | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'editor/prosemirror') diff --git a/editor/prosemirror/prosemirror.ml b/editor/prosemirror/prosemirror.ml index 2a9b92c..48dbfd0 100755 --- a/editor/prosemirror/prosemirror.ml +++ b/editor/prosemirror/prosemirror.ml @@ -1,5 +1,5 @@ -open Js_of_ocaml open Brr +module Js = Js_of_ocaml.Js type t = Jv.t diff --git a/editor/prosemirror/prosemirror.mli b/editor/prosemirror/prosemirror.mli index 9260af6..506ab89 100755 --- a/editor/prosemirror/prosemirror.mli +++ b/editor/prosemirror/prosemirror.mli @@ -1,5 +1,5 @@ -open Js_of_ocaml open Brr +module Js = Js_of_ocaml.Js type t -- cgit v1.2.3