mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2026-05-25 04:52:45 +00:00
fix: shift-click for multi-delete-in-a-row selects wrong images (#323)
fixes #323
This commit is contained in:
@@ -238,7 +238,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
return selectedImage;
|
||||
} else {
|
||||
let shouldChange = false;
|
||||
const tags = getPage(this.props.tags, this.props.page);
|
||||
const tags = this.getPage(this.props.tags, this.props.page);
|
||||
tags
|
||||
.filter((image) => {
|
||||
if (image == this.state.selectedImage || image == selectedImage) {
|
||||
|
||||
Reference in New Issue
Block a user