Skip to content

Commit

Permalink
drag resize should be base_style
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhou121 committed Sep 8, 2023
1 parent 0a6836b commit e338390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/drag_resize_window_area.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub fn drag_resize_window_area<V: View>(
drag_resize_window(direction);
true
})
.style(move |s| {
.base_style(move |s| {
let cursor = match direction {
ResizeDirection::East => CursorStyle::ColResize,
ResizeDirection::West => CursorStyle::ColResize,
Expand Down

0 comments on commit e338390

Please sign in to comment.