From 81e80572d8f7769d20d2854cbe6923e3483b11ac Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Mon, 3 Feb 2020 20:19:24 +0100 Subject: [PATCH] A warning about the selected image does not prevent the selection This was introduced in 1.5.72 Change-type: patch --- lib/gui/app/components/image-selector/image-selector.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/gui/app/components/image-selector/image-selector.tsx b/lib/gui/app/components/image-selector/image-selector.tsx index c510d4a8..10ab240c 100644 --- a/lib/gui/app/components/image-selector/image-selector.tsx +++ b/lib/gui/app/components/image-selector/image-selector.tsx @@ -185,7 +185,6 @@ export class ImageSelector extends React.Component< title, }, }); - return; } selectionState.selectImage(image);