Skip to content

Commit

Permalink
Temporarily disable hover cards
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Jun 30, 2024
1 parent 412e5dd commit 935b955
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 935b955

Please sign in to comment.