Skip to content

Commit

Permalink
fix: release minor
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed May 3, 2018
1 parent 64f5615 commit 46cb16e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/lib/emoji/emoji.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,14 @@ export interface EmojiEvent {
@Component({
selector: '@ctrl/ngx-emoji-mart/ngx-emoji',
template: `
<span
*ngIf="isVisible"
<span *ngIf="isVisible"
(click)="handleClick($event)"
(mouseenter)="handleOver($event)"
(mouseleave)="handleLeave($event)"
[title]="title"
class="emoji-mart-emoji"
[class.emoji-mart-emoji-native]="native"
[class.emoji-mart-emoji-custom]="custom"
>
[class.emoji-mart-emoji-custom]="custom">
<span [ngStyle]="style">
{{ unified }}
<ng-content></ng-content>
Expand Down

0 comments on commit 46cb16e

Please sign in to comment.