Index: _source/plugins/autogrow/plugin.js
===================================================================
--- _source/plugins/autogrow/plugin.js	(revision 7291)
+++ _source/plugins/autogrow/plugin.js	(working copy)
@@ -67,7 +67,7 @@
 		{
 			editor.addCommand( 'autogrow', { exec : resizeEditor, modes : { wysiwyg:1 }, readOnly: 1, canUndo: false, editorFocus: false } );
 
-			var eventsList = { contentDom:1, key:1, selectionChange:1, insertElement:1 };
+			var eventsList = { contentDom:1, key:1, selectionChange:1, insertElement:1, mode:1 };
 			editor.config.autoGrow_onStartup && ( eventsList[ 'instanceReady' ] = 1 );
 			for ( var eventName in eventsList )
 			{
