lib/vedeu/editor/editor.rb in vedeu-0.6.52 vs lib/vedeu/editor/editor.rb in vedeu-0.6.53

- old
+ new

@@ -89,9 +89,11 @@ # :nocov: # See {file:docs/events/system.md#\_editor_} Vedeu.bind(:_editor_) do |key| + Vedeu.trigger(:key, key) + Vedeu::Editor::Editor.keypress(name: Vedeu.focus, input: key) end # :nocov: