Index: edit-comments.dev.js
===================================================================
--- edit-comments.dev.js	(revision 12539)
+++ edit-comments.dev.js	(working copy)
@@ -260,7 +260,7 @@
 	},
 
 	toggle : function(el) {
-		if ( $(el).css('display') != 'none' )
+		if ( $(el).css('display') != 'none' && $('#replyrow').css('display') == 'none' )
 			$(el).find('a.vim-q').click();
 	},
 
