Fix leaked editor (#25530)

Closes #ISSUE

Release Notes:

- Fixed a bug that would prevent rejoining projects sometimes
This commit is contained in:
Conrad Irwin 2025-02-24 20:10:45 -07:00 committed by GitHub
parent 3f168e85c2
commit bcbb19e06e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 23 additions and 26 deletions

View file

@ -13,7 +13,7 @@ workspace = true
[features]
default = ["http_client", "font-kit", "wayland", "x11"]
test-support = [
"backtrace",
"leak-detection",
"collections/test-support",
"rand",
"util/test-support",
@ -21,6 +21,7 @@ test-support = [
"wayland",
"x11",
]
leak-detection = ["backtrace"]
runtime_shaders = []
macos-blade = [
"blade-graphics",