Merge "Set enforceResizesContent on mobile targets"

This commit is contained in:
jenkins-bot 2024-12-19 17:53:55 +00:00 committed by Gerrit Code Review
commit 23e4f8dd45
2 changed files with 4 additions and 0 deletions

View file

@ -89,6 +89,8 @@ ve.init.mw.MobileCollabTarget.static.toolbarGroups = [
}
];
ve.init.mw.MobileCollabTarget.static.enforceResizesContent = true;
/* Methods */
/**

View file

@ -87,6 +87,8 @@ ve.init.mw.MobileArticleTarget.static.trackingName = 'mobile';
// FIXME Some of these users will be on tablets, check for this
ve.init.mw.MobileArticleTarget.static.platformType = 'phone';
ve.init.mw.MobileArticleTarget.static.enforceResizesContent = true;
/* Methods */
/**