Editor: limit scrolling triggered when TinyMCE is auto-resized to 100px. Prevents auto-scrolling on page load. Fixes #30515.

Built from https://develop.svn.wordpress.org/trunk@30586


git-svn-id: http://core.svn.wordpress.org/trunk@30576 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2014-11-27 01:00:25 +00:00
parent 213ecc8a07
commit 4d651b90bb
3 changed files with 7 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-beta2-30585';
$wp_version = '4.1-beta2-30586';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.