mirror of https://github.com/encounter/objdiff.git
Do not clear highlighted symbol when backing out of diff view
This commit is contained in:
parent
7d677009ce
commit
5bffaa8b5b
|
@ -212,7 +212,6 @@ impl DiffViewState {
|
||||||
// Ignore action if we're already navigating
|
// Ignore action if we're already navigating
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
self.symbol_state.highlighted_symbol = (None, None);
|
|
||||||
let Ok(mut state) = state.write() else {
|
let Ok(mut state) = state.write() else {
|
||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue