mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-21 02:22:51 +00:00
Set enforceResizesContent on mobile targets
Logically depends on If412dc5828. Bug: T379780 Change-Id: Id7667de9e2251820158ee532a42fabec18d9d5a1
This commit is contained in:
parent
a0ec12fda5
commit
bde8fece8c
|
@ -89,6 +89,8 @@ ve.init.mw.MobileCollabTarget.static.toolbarGroups = [
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
ve.init.mw.MobileCollabTarget.static.enforceResizesContent = true;
|
||||||
|
|
||||||
/* Methods */
|
/* Methods */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue