Skip to content

Commit

Permalink
Temporarily disable hover cards
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored and nomad-geek committed Jul 3, 2024
1 parent 4bdaecf commit c47378f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/flavours/glitch/features/ui/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ class UI extends PureComponent {

{layout !== 'mobile' && <PictureInPicture />}
<NotificationsContainer />
<HoverCardController />
{/* Temporarily disabled while upstream improves the issue */ null && <HoverCardController />}
<LoadingBarContainer className='loading-bar' />
<ModalContainer />
<UploadArea active={draggingOver} onClose={this.closeUploadModal} />
Expand Down

0 comments on commit c47378f

Please sign in to comment.