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/tooltip.ml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'editor/tooltip.ml') diff --git a/editor/tooltip.ml b/editor/tooltip.ml index e172cbf..05d56d4 100755 --- a/editor/tooltip.ml +++ b/editor/tooltip.ml @@ -1,8 +1,7 @@ open StdLabels -open Js_of_ocaml open Brr - +module Js = Js_of_ocaml.Js module PM = Prosemirror (** https://prosemirror.net/examples/tooltip/ *) -- cgit v1.2.3