Skip to content

Commit

Permalink
[#55581] disable hover card on hover card
Browse files Browse the repository at this point in the history
It's hover cards all the way down.
  • Loading branch information
EinLama committed Nov 25, 2024
1 parent 1b13696 commit bd15312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/users/hover_card_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ See COPYRIGHT and LICENSE files for more details.
if @user.present?
flex_layout(classes: 'op-user-hover-card') do |flex|
flex.with_row do
render(Users::AvatarComponent.new(user: @user, show_name: false, link: false))
render(Users::AvatarComponent.new(user: @user, show_name: false, link: false, hover_card: { active: false }))
end

flex.with_row do
Expand Down

0 comments on commit bd15312

Please sign in to comment.