Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/primefaces/primeng
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Dec 9, 2024
2 parents 2a4ff1d + 75100da commit d9d84eb
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 d9d84eb

Please sign in to comment.