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 13:30:20 +00:00
committed by GitHub
parent b343a8aa22
commit 85fda90993
-1
View File
@@ -1578,7 +1578,6 @@ impl Pane {
window,
cx,
);
pane.remove_item(item_to_close.item_id(), false, true, window, cx);
})
.ok();
}