Add event based drag API to GPUI, continue binding mouse handlers to terminal
This commit is contained in:
parent
8d57d6ca6f
commit
ab140ee4c2
9 changed files with 295 additions and 224 deletions
|
@ -555,6 +555,7 @@ impl Render for TerminalView {
|
|||
.on_action(cx.listener(TerminalView::select_all))
|
||||
.child(TerminalElement::new(
|
||||
terminal_handle,
|
||||
self.focus_handle.clone(),
|
||||
focused,
|
||||
self.should_show_cursor(focused, cx),
|
||||
self.can_navigate_to_selected_word,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue