(&mut self, cx: &mut Context<Self>)
| 293 | query: String::new(), |
| 294 | scroll_handle: ScrollHandle::new(), |
| 295 | closing_at: None, |
| 296 | close_epoch: 0, |
| 297 | pending_command: None, |
| 298 | } |
| 299 | } |
| 300 | |
| 301 | fn ensure_input_state(&mut self, window: &mut Window, cx: &mut Context<Self>) { |