diff --git a/crates/project/src/debugger/session.rs b/crates/project/src/debugger/session.rs index 65e903e178f6bb010c34315c1c5d5a7bf9cbe44e..82a139ea242889f89c3a6a0c6d41e83e00cbfec2 100644 --- a/crates/project/src/debugger/session.rs +++ b/crates/project/src/debugger/session.rs @@ -1454,11 +1454,7 @@ impl Session { } self.selected_snapshot_index = ix; - - if ix.is_some() { - cx.emit(SessionEvent::HistoricSnapshotSelected); - } - + cx.emit(SessionEvent::HistoricSnapshotSelected); cx.notify(); }