Do not remove the item from pane twice (#30254)

Probably a merge artifact?

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2025-05-08 16:30:20 +03:00 committed by GitHub
parent b343a8aa22
commit 85fda90993
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1578,7 +1578,6 @@ impl Pane {
window,
cx,
);
pane.remove_item(item_to_close.item_id(), false, true, window, cx);
})
.ok();
}