debugger: Fix gutter tasks display for users without the debugger feature flag (#29056)
This commit is contained in:
parent
502a0f6535
commit
7badd6053d
3 changed files with 35 additions and 23 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue