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