Index: ui/file_manager/gallery/js/slide_mode.js |
diff --git a/ui/file_manager/gallery/js/slide_mode.js b/ui/file_manager/gallery/js/slide_mode.js |
index a74919151ae9d279722119a83c691609b3491ec7..12113f635641c9e39be3f9e30483dde34930e58e 100644 |
--- a/ui/file_manager/gallery/js/slide_mode.js |
+++ b/ui/file_manager/gallery/js/slide_mode.js |
@@ -1700,6 +1700,7 @@ SlideMode.prototype.setOverwriteBubbleCount_ = function(value) { |
* @private |
*/ |
SlideMode.prototype.print_ = function() { |
+ this.stopEditing_(); |
cr.dispatchSimpleEvent(this, 'useraction'); |
window.print(); |
}; |