Remove commented out code
This commit is contained in:
parent
fc4b621b32
commit
3ea12ad0d7
1 changed files with 0 additions and 3 deletions
|
@ -1061,7 +1061,6 @@ impl EditorElement {
|
||||||
if let Some((position, mut hover_popovers)) = layout.hover_popovers.take() {
|
if let Some((position, mut hover_popovers)) = layout.hover_popovers.take() {
|
||||||
let available_space =
|
let available_space =
|
||||||
size(AvailableSpace::MinContent, AvailableSpace::MinContent);
|
size(AvailableSpace::MinContent, AvailableSpace::MinContent);
|
||||||
// cx.scene().push_stacking_context(None, None);
|
|
||||||
|
|
||||||
// This is safe because we check on layout whether the required row is available
|
// This is safe because we check on layout whether the required row is available
|
||||||
let hovered_row_layout = &layout.position_map.line_layouts
|
let hovered_row_layout = &layout.position_map.line_layouts
|
||||||
|
@ -1118,8 +1117,6 @@ impl EditorElement {
|
||||||
current_y = popover_origin.y + size.height + HOVER_POPOVER_GAP;
|
current_y = popover_origin.y + size.height + HOVER_POPOVER_GAP;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// cx.scene().pop_stacking_context();
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue