Skip to content
Snippets Groups Projects
Commit 1cd1a4c7 authored by Eric Gregory's avatar Eric Gregory
Browse files

Closes #7427 Hide composer on send

parent c3902050
No related branches found
No related tags found
No related merge requests found
......@@ -767,6 +767,8 @@ public class ComposerWindow : Gtk.Window {
private async void on_send_async() {
cancellable_save_draft.cancel();
hide();
linkify_document(editor.get_dom_document());
// Perform send.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment