Set enforceResizesContent on mobile targets

Logically depends on If412dc5828.

Bug: T379780
Change-Id: Id7667de9e2251820158ee532a42fabec18d9d5a1
This commit is contained in:
Ed Sanders 2024-11-14 11:46:49 +00:00
parent a0ec12fda5
commit bde8fece8c
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 */ /* 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 // FIXME Some of these users will be on tablets, check for this
ve.init.mw.MobileArticleTarget.static.platformType = 'phone'; ve.init.mw.MobileArticleTarget.static.platformType = 'phone';
ve.init.mw.MobileArticleTarget.static.enforceResizesContent = true;
/* Methods */ /* Methods */
/** /**