debugger: Fix gutter tasks display for users without the debugger feature flag (#29056)

This commit is contained in:
Kirill Bulatov 2025-04-18 10:22:26 -06:00 committed by GitHub
parent 502a0f6535
commit 7badd6053d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 35 additions and 23 deletions

View file

@ -2092,8 +2092,7 @@ impl EditorElement {
})) = editor.context_menu.borrow().as_ref()
{
actions
.tasks
.as_ref()
.tasks()
.map(|tasks| tasks.position.to_display_point(snapshot).row())
.or(*deployed_from_indicator)
} else {