Skip to content

Commit

Permalink
Format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Dec 9, 2024
1 parent 8325515 commit 75100da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/inputmask/inputmask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -563,9 +563,9 @@ export class InputMask implements OnInit, ControlValueAccessor {

setTimeout(() => {
const begin = pos.begin;
const end = this.seekNext(begin)
const end = this.seekNext(begin);
this.caret(begin, begin);
this.clearBuffer(begin, end-1);
this.clearBuffer(begin, end - 1);
if (this.keepBuffer) {
this.shiftL(begin, end - 2);
} else {
Expand Down

0 comments on commit 75100da

Please sign in to comment.