Skip to content

Commit e5eb691

Browse files
committed
chore: format
1 parent 7f10603 commit e5eb691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/svelte-tel-input/src/lib/components/input/TelInput.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
inputValue,
162162
initialCursorPosition
163163
);
164-
164+
165165
el.selectionStart = newCursorPosition;
166166
el.selectionEnd = newCursorPosition;
167167
}
@@ -176,7 +176,7 @@
176176
inputValue,
177177
initialCursorPosition
178178
);
179-
179+
180180
el.selectionStart = newCursorPosition;
181181
el.selectionEnd = newCursorPosition;
182182
}

0 commit comments

Comments
 (0)