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:
parent
ddea18d546
commit
eb210ca248
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue