diff --git a/apps/files_texteditor/js/editor.js b/apps/files_texteditor/js/editor.js
index 72e4c0e4c4182343b2073512288e5f05b7a3cc2d..b36a3a692cd6b47b30ef0db6c60b3d6555df13c0 100644
--- a/apps/files_texteditor/js/editor.js
+++ b/apps/files_texteditor/js/editor.js
@@ -216,7 +216,7 @@ function showFileEditor(dir,filename){
 // Fades out the editor.
 function hideFileEditor(){
 	// Fades out editor controls
-	$('#controls > :not(.actions,#file_access_panel),#breadcrumb_file').fadeOut('slow',function(){
+	$('#controls > :not(.actions,#file_access_panel,.crumb),#breadcrumb_file').fadeOut('slow',function(){
 		$(this).remove();
 	});
 	// Fade out editor