diff --git a/lib/gui/pages/main/controllers/image-selection.js b/lib/gui/pages/main/controllers/image-selection.js index c4fdadc6..d61b4bc7 100644 --- a/lib/gui/pages/main/controllers/image-selection.js +++ b/lib/gui/pages/main/controllers/image-selection.js @@ -97,13 +97,6 @@ module.exports = function(SupportedFormatsModel, SelectionStateModel, AnalyticsS * ImageSelectionController.reselectImage(); */ this.reselectImage = () => { - - // Reselecting an image automatically - // de-selects the current drive, if any. - // This is made so the user effectively - // "returns" to the first step. - SelectionStateModel.clear(); - this.openImageSelector(); AnalyticsService.logEvent('Reselect image'); };