Improve interactive resize end edge cases and animations

This commit is contained in:
Ivan Molodetskikh
2024-05-14 20:40:52 +04:00
parent d776ab7763
commit 94a9b48a0f
2 changed files with 27 additions and 25 deletions
-2
View File
@@ -77,8 +77,6 @@ pub type LayoutElementRenderSnapshot =
#[derive(Debug, Clone, Copy)]
pub struct InteractiveResizeData {
pub edges: ResizeEdge,
pub original_view_offset: i32,
pub original_column_width: i32,
}
pub trait LayoutElement {