From fc94c406ca2cb2e147f73d9276090f12d5579c1b Mon Sep 17 00:00:00 2001 From: Andrei Rosu <8149965+AndreiRosu@users.noreply.github.com> Date: Fri, 23 Aug 2024 14:00:46 +0300 Subject: [PATCH] feat(modal): change comment for modal component --- projects/canopy/src/lib/modal/modal.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/canopy/src/lib/modal/modal.component.ts b/projects/canopy/src/lib/modal/modal.component.ts index b3ea1d651..e74c59e8d 100644 --- a/projects/canopy/src/lib/modal/modal.component.ts +++ b/projects/canopy/src/lib/modal/modal.component.ts @@ -76,7 +76,7 @@ export class LgModalComponent implements OnInit, AfterContentInit, OnDestroy { // onOverlayClick and onModalClick add the following functionality: // clicking outside the modal closes the modal unless specified // otherwise using closeOnOverlayClick. - // We specifically listen to the `mousedown` event because with + // We specifically listen to the "mousedown" event because with // the `click` event a user could click inside the modal and // drag the mouse on the overlay causing the modal to close. @HostListener('mousedown') onOverlayClick(): void {