Merge branch 'zed2' of github.com:zed-industries/zed into zed2-workspace

This commit is contained in:
KCaverly 2023-10-31 11:39:34 -04:00
commit 551171a339
13 changed files with 277 additions and 159 deletions

View file

@ -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,
});
}