aboutsummaryrefslogtreecommitdiff
path: root/editor/editor.ml
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-06-04 22:56:27 +0200
committerSébastien Dailly <sebastien@dailly.me>2022-02-07 16:43:33 +0100
commitda1d9ad1c49f31fc9031fd1bc6661dad3600e40c (patch)
treed7684f047f6101b57c631c3c80448fc7ae2aa5ca /editor/editor.ml
parentf7dc93dab194472329d74c056c4730b41e98d650 (diff)
Added markdown output
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