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