Remove the last of the major todos
This commit is contained in:
parent
ed263a7b5c
commit
9ce7ef8949
17 changed files with 73 additions and 267 deletions
|
@ -651,8 +651,10 @@ impl Render for TerminalView {
|
|||
.on_mouse_down(
|
||||
MouseButton::Right,
|
||||
cx.listener(|this, event: &MouseDownEvent, cx| {
|
||||
this.deploy_context_menu(event.position, cx);
|
||||
cx.notify();
|
||||
if !this.terminal.read(cx).mouse_mode(event.modifiers.shift) {
|
||||
this.deploy_context_menu(event.position, cx);
|
||||
cx.notify();
|
||||
}
|
||||
}),
|
||||
)
|
||||
.child(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue