diff --git a/crates/markdown_preview/src/markdown_preview_view.rs b/crates/markdown_preview/src/markdown_preview_view.rs index d6e4a78fd8a5366bb05ad88dcd95cc822eb86629..7cf4cd844548ba9a67cd660c3b296f48e11d2937 100644 --- a/crates/markdown_preview/src/markdown_preview_view.rs +++ b/crates/markdown_preview/src/markdown_preview_view.rs @@ -277,6 +277,7 @@ impl MarkdownPreviewView { |this, editor, event: &EditorEvent, window, cx| { match event { EditorEvent::Edited { .. } + | EditorEvent::BufferEdited { .. } | EditorEvent::DirtyChanged | EditorEvent::ExcerptsEdited { .. } => { this.parse_markdown_from_active_editor(true, window, cx);