pull/7034/head
tugcekucukoglu 2024-12-30 13:25:39 +03:00
parent aec97b279e
commit f3fee06a3f
1 changed files with 2 additions and 0 deletions

View File

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