Skip to content

Commit 005047f

Browse files
committed
cleanup state in search popup more
1 parent 0fdec13 commit 005047f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/log_search_popup.rs

+2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,10 @@ impl LogSearchPopupComponent {
7575

7676
pub fn open(&mut self) -> Result<()> {
7777
self.show()?;
78+
self.selection = Selection::EnterText;
7879
self.find_text.show()?;
7980
self.find_text.set_text(String::new());
81+
self.find_text.enabled(true);
8082

8183
Ok(())
8284
}

0 commit comments

Comments
 (0)