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/popin.ml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'editor/popin.ml') diff --git a/editor/popin.ml b/editor/popin.ml index cd5154d..63dcad1 100755 --- a/editor/popin.ml +++ b/editor/popin.ml @@ -1,5 +1,5 @@ -open Js_of_ocaml open Brr +module Js = Js_of_ocaml.Js module PM = Prosemirror type binded_field = @@ -44,10 +44,9 @@ let build_field = fun field f -> let button_content = - [ El.i + [ El.i [] ~at:At.[ class' (Jstr.v "fas") ; class' (Jstr.v "fa-pen") ] - [] ] in let button = El.button -- cgit v1.2.3