pull/7320/head
tugcekucukoglu 2025-02-25 11:08:32 +03:00
parent f059452da6
commit c0d66b8623
1 changed files with 0 additions and 2 deletions

View File

@ -1348,8 +1348,6 @@ export default {
if (lookAhead(match)) {
while (num.length < len) {
num = '0' + num;
this.selectionStart = this.selectionStart + 1;
this.selectionEnd = this.selectionEnd + 1;
}
}