Skip to content

Commit

Permalink
Do not select image on double click
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed Sep 11, 2020
1 parent 2dfbef7 commit b04e8b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/components/image/overview/image-overview.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ export class ImageOverviewComponent implements OnInit {

this.menuService.setContext(MenuContext.MODAL);

this.imageOverviewFacade.select(document);

const modalRef: NgbModalRef = this.modalService.open(
ImageViewModalComponent,
{ size: 'lg', backdrop: 'static', keyboard: false }
Expand Down

0 comments on commit b04e8b3

Please sign in to comment.