Remove placeholders

This commit is contained in:
Mikayla Maki 2023-07-26 09:37:52 -07:00
parent 25e4bcea7f
commit 56704c7c5f
No known key found for this signature in database

View file

@ -697,7 +697,7 @@ mod element {
move |drag, workspace: &mut Workspace, cx| { move |drag, workspace: &mut Workspace, cx| {
if drag.end { if drag.end {
// Clear cascading resize state // TODO: Clear cascading resize state
return; return;
} }
let min_size = match axis { let min_size = match axis {
@ -929,9 +929,6 @@ mod element {
visible_bounds.clone(), visible_bounds.clone(),
), ),
) )
.on_down(MouseButton::Left, |_, _: &mut Workspace, _| {
// Save cascading resize state
})
.on_click(MouseButton::Left, { .on_click(MouseButton::Left, {
let flexes = self.flexes.clone(); let flexes = self.flexes.clone();
move |e, v: &mut Workspace, cx| { move |e, v: &mut Workspace, cx| {