From c6265278f05aa4d3af60e420f2d4d13e4bce8ad7 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Fri, 3 Dec 2021 04:19:53 +0100 Subject: Removed the application mecanism from the state module --- editor/actions/editor_actions.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/actions/editor_actions.mli') diff --git a/editor/actions/editor_actions.mli b/editor/actions/editor_actions.mli index 65c10f3..b1ac054 100755 --- a/editor/actions/editor_actions.mli +++ b/editor/actions/editor_actions.mli @@ -6,7 +6,7 @@ val build (** Get the events triggered by the actions buttons *) val get_event - : t -> State.event Note.event + : t -> Editor_app.event Note.event (** Finalize the creation, register the handler to state update, and return the dom elements. -- cgit v1.2.3