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| {
|
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| {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue