From 75100dac3b3550720a2208243d87a529f2168535 Mon Sep 17 00:00:00 2001 From: Mert Sincan Date: Mon, 9 Dec 2024 11:05:39 +0000 Subject: [PATCH] Format fixes --- src/app/components/inputmask/inputmask.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/inputmask/inputmask.ts b/src/app/components/inputmask/inputmask.ts index 786fa2c2cb5..02fe40d2509 100755 --- a/src/app/components/inputmask/inputmask.ts +++ b/src/app/components/inputmask/inputmask.ts @@ -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 {