aboutsummaryrefslogtreecommitdiff
path: root/editor/editor.ml
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor.ml')
-rwxr-xr-xeditor/editor.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor.ml b/editor/editor.ml
index 8dc13e8..5883ec8 100755
--- a/editor/editor.ml
+++ b/editor/editor.ml
@@ -131,7 +131,7 @@ let app id content =
let init_state = State.init pm view last_backup page_id in
- let side_elements = Editor_actions.build () in
+ let side_elements = Editor_actions.build pm in
let btn_events = Editor_actions.get_event side_elements in
let app_state = State.run
~eq:State.eq