Index: _source/plugins/autogrow/plugin.js
===================================================================
--- _source/plugins/autogrow/plugin.js	(revision 7048)
+++ _source/plugins/autogrow/plugin.js	(revision )
@@ -93,6 +93,8 @@
 				}
 			};
 
+			editor.addCommand( 'autogrow', { exec : resizeEditor, modes : { wysiwyg:1 }, readOnly: 1, canUndo: false, editorFocus: false } );
+
 			for ( var eventName in { contentDom:1, key:1, selectionChange:1, insertElement:1 } )
 			{
 				editor.on( eventName, function( evt )
