summaryrefslogtreecommitdiff
path: root/editor/editor.ml
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor.ml')
-rwxr-xr-xeditor/editor.ml5
1 files changed, 1 insertions, 4 deletions
diff --git a/editor/editor.ml b/editor/editor.ml
index d272f56..ee2ee0d 100755
--- a/editor/editor.ml
+++ b/editor/editor.ml
@@ -145,10 +145,7 @@ let app id content =
init_state
(Note.E.select
[ Brr_note.Evr.on_els Ev.focusout
- (fun _ _ ->
- App.E
- ( title
- , (module Store:App.Event with type t = Store.t)))
+ (fun _ _ -> App.ev (module Store) title)
[ editor ; title ]
; btn_events
]) in