SIGN IN SIGN UP

Fix flickering when interacting with the language server logs (#9390)

Fixes https://github.com/zed-industries/zed/issues/9340

The flickering was caused by the pane trying to restore focus on a
`FocusHandle` that wasn't being rendered anymore. This commit uses the
new `WeakFocusHandle` to avoid retaining a reference to focus handles
that don't exist anymore.

Release Notes:

- Fixed a bug that caused flickering when interacting with the language
server logs
([#9340](https://github.com/zed-industries/zed/issues/9340)).
A
Antonio Scandurra committed
5ae145145e0cd4cd7a831ee5f42a51cb2d4ca099
Parent: b9f7a37
Committed by GitHub <noreply@github.com> on 3/15/2024, 10:15:07 AM