linux: Fix crash in Wayland when dragging and dropping a tab not belonging to Zed (#14995)
close #14189 Release Notes: - N/A
This commit is contained in:
@@ -1803,7 +1803,6 @@ impl Dispatch<wl_data_device::WlDataDevice, ()> for WaylandClientStatePtr {
|
||||
|
||||
// Prevent dropping text from other programs.
|
||||
if paths.is_empty() {
|
||||
data_offer.finish();
|
||||
data_offer.destroy();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user