mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
fix rebase merge error
This commit is contained in:
parent
92ab107fc9
commit
a190eb0537
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ impl EditorElement {
|
|||
if paint
|
||||
.context_menu_bounds
|
||||
.map_or(false, |context_menu_bounds| {
|
||||
context_menu_bounds.contains_point(*position)
|
||||
context_menu_bounds.contains_point(position)
|
||||
})
|
||||
{
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue