aboutsummaryrefslogtreecommitdiff
path: root/editor/actions/editor_actions.mli
diff options
context:
space:
mode:
Diffstat (limited to 'editor/actions/editor_actions.mli')
-rwxr-xr-xeditor/actions/editor_actions.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/actions/editor_actions.mli b/editor/actions/editor_actions.mli
index 0e9997b..a0a3c3b 100755
--- a/editor/actions/editor_actions.mli
+++ b/editor/actions/editor_actions.mli
@@ -2,7 +2,7 @@ type t
(** Create the elements to be declared inside the panel *)
val build
- : unit -> t
+ : Prosemirror.t -> t
(** Get the events triggered by the actions buttons *)
val get_event