Skip to content

Commit 3451058

Browse files
authored
Merge pull request #22 from MMukundi/bug-fix/crash-on-clear
Fixed the bug that crashes on clear
2 parents f51747a + 1808fb9 commit 3451058

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mitm_proxy/src/mitm_proxy.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ impl MitmProxy {
295295

296296
if clean_btn.clicked() {
297297
self.requests = vec![];
298+
self.state.selected_request = None;
298299
}
299300

300301
ui.separator();

0 commit comments

Comments
 (0)