Skip to content

Commit

Permalink
fix: remove color mouse click event
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed May 15, 2024
1 parent e8c1c17 commit e3c60eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export class ColorPickerComponent implements OnInit, OnDestroy {
}

e.preventDefault();
this.remove();
}

onRemoveKeydown(): void {
Expand Down

0 comments on commit e3c60eb

Please sign in to comment.