From cee939ada70967b70fe92ca24b3428cc8c8b7c38 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 7 Feb 2022 14:58:00 +0100 Subject: Update editor --- editor/actions/editor_actions.mli | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'editor/actions/editor_actions.mli') diff --git a/editor/actions/editor_actions.mli b/editor/actions/editor_actions.mli index 27b09d7..0e9997b 100755 --- a/editor/actions/editor_actions.mli +++ b/editor/actions/editor_actions.mli @@ -1,17 +1,15 @@ type t -(** Create the elements to be declareds inside the panel *) +(** Create the elements to be declared inside the panel *) val build : unit -> t -(* Get the events triggered by the actions buttons *) +(** Get the events triggered by the actions buttons *) val get_event : t -> State.event Note.event -(* Finalize the creation, register the handler to state update, and return the dom elements. +(** Finalize the creation, register the handler to state update, and return the dom elements. - Raise an error if already completed. - -*) + Raise an error if already completed. *) val complete : t -> State.t Note.signal -> Brr.El.t list -- cgit v1.2.3