Allow the project panel to be docked right or left

Co-Authored-By: Joseph Lyons <joseph@zed.dev>
This commit is contained in:
Nathan Sobo 2023-05-09 17:26:54 -06:00
parent 0d78266ddb
commit 6a7feb4c4c
7 changed files with 66 additions and 24 deletions

View file

@ -160,7 +160,7 @@ impl Panel for TerminalPanel {
}
}
fn should_change_position_on_event(&self, _: &Self::Event, _: &AppContext) -> bool {
fn should_change_position_on_event(_: &Self::Event) -> bool {
todo!()
}