fix rebase merge error

This commit is contained in:
Keith Simmons 2022-06-24 15:11:57 -07:00
parent 92ab107fc9
commit a190eb0537

View File

@ -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;