Skip to content

Commit

Permalink
fix(ref: no-ref): fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikamaldinov1 committed Nov 4, 2024
1 parent 4a11754 commit 25e65d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/ngx-mask-lib/src/lib/ngx-mask.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ export class NgxMaskService extends NgxMaskApplierService {
(this._previousValue === this._currentValue && justPasted);
}

// eslint-disable-next-line no-unused-expressions,@typescript-eslint/no-unused-expressions
this._emitValue
? this.writingValue && this.triggerOnMaskChange
? requestAnimationFrame(() => this.formControlResult(result))
Expand Down

0 comments on commit 25e65d5

Please sign in to comment.