mirror of
https://github.com/encounter/objdiff.git
synced 2025-06-07 23:23:34 +00:00
Do not clear highlighted symbol when backing out of diff view
This commit is contained in:
parent
b571787732
commit
157e99de6f
@ -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…
x
Reference in New Issue
Block a user