@b4n commented on this pull request.
> @@ -192,7 +193,7 @@ static gboolean on_editor_notify(GObject *obj, GeanyEditor *editor, SCNotification *notif, MarkdownViewer *viewer) { if (IS_MOD_NOTIF(notif)) { - update_markdown_viewer(viewer); + update_markdown_viewer(viewer, NULL);⬇️ Suggested change
- update_markdown_viewer(viewer, NULL); + update_markdown_viewer(viewer, editor->document);
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.