Don't show navigation controls for terminal panel
This commit is contained in:
parent
414b97adce
commit
aa8c0475b1
3 changed files with 98 additions and 66 deletions
|
@ -55,6 +55,7 @@ impl TerminalPanel {
|
|||
cx,
|
||||
);
|
||||
pane.set_can_split(false, cx);
|
||||
pane.set_can_navigate(false, cx);
|
||||
pane.on_can_drop(move |drag_and_drop, cx| {
|
||||
drag_and_drop
|
||||
.currently_dragged::<DraggedItem>(window_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue