Merge branch 'zed2' of github.com:zed-industries/zed into zed2-workspace
This commit is contained in:
commit
551171a339
13 changed files with 277 additions and 159 deletions
|
@ -1003,7 +1003,7 @@ impl<'a, 'w> WindowContext<'a, 'w> {
|
|||
self.window.mouse_position = position;
|
||||
if self.active_drag.is_none() {
|
||||
self.active_drag = Some(AnyDrag {
|
||||
view: self.build_view(|_| files).into_any(),
|
||||
view: self.build_view(|_| files).into(),
|
||||
cursor_offset: position,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue