Merge "Disable reference previews when the navigation popups gadget is used"

This commit is contained in:
jenkins-bot 2023-09-26 15:01:33 +00:00 committed by Gerrit Code Review
commit 6d78d364d9
3 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View file

@ -22,6 +22,7 @@ export default function isReferencePreviewsEnabled( user, userSettings, config )
// T265872: Unavailable when in conflict with (one of the) reference tooltips gadgets.
if ( config.get( 'wgPopupsConflictsWithRefTooltipsGadget' ) ||
config.get( 'wgPopupsConflictsWithNavPopupGadget' ) ||
// T243822: Temporarily disabled in the mobile skin
config.get( 'skin' ) === 'minerva'
) {