mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 14:17:02 +00:00
Remove placeholders
This commit is contained in:
parent
25e4bcea7f
commit
56704c7c5f
1 changed files with 1 additions and 4 deletions
|
@ -697,7 +697,7 @@ mod element {
|
|||
|
||||
move |drag, workspace: &mut Workspace, cx| {
|
||||
if drag.end {
|
||||
// Clear cascading resize state
|
||||
// TODO: Clear cascading resize state
|
||||
return;
|
||||
}
|
||||
let min_size = match axis {
|
||||
|
@ -929,9 +929,6 @@ mod element {
|
|||
visible_bounds.clone(),
|
||||
),
|
||||
)
|
||||
.on_down(MouseButton::Left, |_, _: &mut Workspace, _| {
|
||||
// Save cascading resize state
|
||||
})
|
||||
.on_click(MouseButton::Left, {
|
||||
let flexes = self.flexes.clone();
|
||||
move |e, v: &mut Workspace, cx| {
|
||||
|
|
Loading…
Reference in a new issue